-
Notifications
You must be signed in to change notification settings - Fork 40
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
grpc-trace-bin header support #37
Comments
The spec discussion for this is currently happening in open-telemetry/opentelemetry-specification#639 |
There's no reason this could not be implemented as an extension crate, it doesn't need to be built into the rust sdk/api. |
So i think while this would provide some compatibility with open census, this doesn't seem like it will be in the root. We split the repos recently. I think we can transfer this to the contrib repo. Spec https://graphql-faas.github.io/opencensus-specs/trace/gRPC.html if anyone wants to implement. |
No, but I'm also not sure if it's relevant anymore? It might have gotten in elsewhere and this issue just not been cleaned up |
Ok. How do we confirm that? |
As well as
traceparent
for context propagation there's alsogrpc-trace-bin
andx-cloud-trace-context
, my current work system is usinggrpc-trace-bin
so it would be nice if it was as easy to propagate the traces as it was withtraceparent
or the b3 headersThe text was updated successfully, but these errors were encountered: