-
Notifications
You must be signed in to change notification settings - Fork 104
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 propagators #110
Comments
I also agree. I tried implementing http propagator in my library below. |
Related to #116. |
Related to census-ecosystem/opencensus-go-exporter-stackdriver#254 -- we should make sure we comply with the v2 spec. |
just so i can have some ease of re-use in some of my own projects i went ahead and created a package based off @glassonion1 implementation with just some slight tweaks to work with open telemetry v0.20.0 |
Presently, trace context via HTTP header
X-Cloud-Trace-Context
(or the equivalent gRPC header) doesn't appear to be extracted from inbound requests.OpenCensus equivalent: https://pkg.go.dev/go.opencensus.io/exporter/stackdriver/propagation
https://pkg.go.dev/go.opentelemetry.io/otel/propagators
The text was updated successfully, but these errors were encountered: