-
Notifications
You must be signed in to change notification settings - Fork 215
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
Update otel proto buf specification #5434
base: main
Are you sure you want to change the base?
Update otel proto buf specification #5434
Conversation
Signed-off-by: Tomas Longo <[email protected]>
862fbe2
to
a1c3d6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting this PR. Let's try to get rid of the TODOs. I am not sure about the Kafka integration tests. The seem to fail in the build pipeline. Maybe @kkondaka can support?
...o-common/src/test/java/org/opensearch/dataprepper/plugins/otel/codec/OTelProtoCodecTest.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/opensearch/dataprepper/plugins/source/oteltrace/OTelTraceGrpcService.java
Outdated
Show resolved
Hide resolved
...c/integrationTest/java/org/opensearch/dataprepper/integration/trace/EndToEndRawSpanTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Tomas Longo <[email protected]>
0749be9
to
77feae9
Compare
Signed-off-by: Tomas Longo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The huge number of deletions in the OTelMetricsProtoHelper
look scary. But the methods were unused due to the migration to the OTelProtoCodec
. There are still test failures in the Kafka integration tests. I triggered the build pipeline, so that we get a full picture. @kkondaka can you assist with the Kafka tests?
Description
Updates the otel proto buf specifications.
This is a breaking change, since the otel proto buf specification removes InstrumentationLibrary* objects and replaces them with Scope* object. This also changes the hierarchy of the data structure
Issues Resolved
relates to #5322
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.