-
Notifications
You must be signed in to change notification settings - Fork 846
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
Implement W3C Correlation Context propagator #833
Comments
There is no W3C correlation context propagator. This is an ongoing discussion in the W3C distributed tracing working group, but I don't think we should implement this until the spec is worked out. |
Ah, looks like otel-go has implemented propagator based on https://w3c.github.io/correlation-context/. |
As part of my work on: #329 I also started something on this, Is that ok? I think I can sent a PR soon. |
I think it makes sense for the propagator to be a separate PR. The work on #329 should only set context values, and it is up to the propagator to decide what to do with them. |
Yes, I'll send a separate PR. |
Propagate Correlation Context using W3C correlation context format.
See: https://w3c.github.io/correlation-context/
Reference implementation in OpenCensus: census-instrumentation/opencensus-node#445
The text was updated successfully, but these errors were encountered: