opentelemetry-rust
opentelemetry-rust copied to clipboard
grpc-trace-bin header support
As well as traceparent for context propagation there's also grpc-trace-bin and x-cloud-trace-context, my current work system is using grpc-trace-bin so it would be nice if it was as easy to propagate the traces as it was with traceparent or the b3 headers
The spec discussion for this is currently happening in https://github.com/open-telemetry/opentelemetry-specification/issues/639