-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support W3C Trace Context headers #855
Comments
+1 waiting on this so I can use jaeger for my services |
@yurishkuro are we also wanting to support the correlation context headers defined in that repo or just the trace context headers? |
Correlation header is currently not finalized as people have disagreements. So I would skip it for now. It means that we still need another way of propagating the baggage. |
so when we add Jaeger baggage in as long as the other Jaeger clients implement the same propagation method for baggage for W3C we'll be good, but until they finalize the correlation header technically no one else will be able to use that baggage. I'm fine with that - we just have to make sure all the Jaeger clients implement baggage handling for W3C the same. |
Per #3362, we're sunsetting Jaeger clients. OpenTelemetry already supports W3C. |
https://github.com/w3c/distributed-tracing
The text was updated successfully, but these errors were encountered: