-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add a notion of Request to otlp to decouple data from protocol specific metadata #4050
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
Conversation
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.
Can you give me a bit more context around the metadata you want to decouple with this change?
@codeboten gave that in the Collector SIG. See also open-telemetry/opentelemetry-proto#332 |
e0dcf21
to
1d1b7b8
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 addressing my comments, looks like the build is still failing.
…ic metadata Signed-off-by: Bogdan Drutu <[email protected]>
1d1b7b8
to
e5e6a8a
Compare
I'm trying to assess what does this mean for the current pdata we have. Would consumers of |
Only the consumer of Marshalers will be affected since the Marshaler of pdata.Traces will be the Traces message that we define in the proto, to marshal to the request you need to construct the TracesRequest |
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.
LGTM
Signed-off-by: Bogdan Drutu [email protected]