Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor AWS Kinesis exporter to allow for extended types of encoding #3434

Closed
wants to merge 5 commits into from

Conversation

MovieStoreGuy
Copy link
Contributor

Description: Moving to encoding type model for exporting data to kinesis while maintaining backwards comparability. Ref #1310

Link to tracking Issue: We have split up the work needed for #1305 as per @owais' comments on the PR linked above.

Testing: I have added rather trivial tests to get this shipped and to make sure it doing what it says on the tin (so to speak).

Documentation: No behaviour changes are being made here, just a change in implementation detail. Any follow up PRs that extend the ability of this exporter will joined with documentation.

Copy link
Member

@mx-psi mx-psi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the PR title to something more descriptive

@tigrannajaryan
Copy link
Member

Please update the PR title to something more descriptive. "Main" does not tell what it does.

@MovieStoreGuy MovieStoreGuy changed the title Main Refactor AWS Kinesis exporter to allow for extended types of encoding May 20, 2021
@MovieStoreGuy
Copy link
Contributor Author

Sorry @mx-psi , @tigrannajaryan , it completely skip my mind.

@MovieStoreGuy
Copy link
Contributor Author

Hey @mx-psi , @tigrannajaryan ,

Could I kindly ask you to review this please?

)

var (
// ErrUnsupportedEncodedType is used when the encoder type does not the type of encoding
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// ErrUnsupportedEncodedType is used when the encoder type does not the type of encoding
// ErrUnsupportedEncodedType is used when the encoder type does not support the type of encoding

Sean ZO Marciniak added 5 commits May 26, 2021 22:45
In order to make the transition from only jaeger traces to otlp data
being written to kinesis, we've split up our approach and made sure it
does not introduce breaking changes.
Adding in tests for the encoder to ensure the expected errors are being
raised.
@MovieStoreGuy
Copy link
Contributor Author

Sorry, need to close this PR to fix up how we are using our fork.

punya pushed a commit to punya/opentelemetry-collector-contrib that referenced this pull request Jul 21, 2021
…released (open-telemetry#3434)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
alexperez52 referenced this pull request in open-o11y/opentelemetry-collector-contrib Aug 18, 2021
…released (#3434)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants