google / tarpc

An RPC framework for Rust with a focus on ease of use.
MIT License
3.09k stars 189 forks source link

Distributed tracing with TextMapPropagator #453

Open rlebran opened 1 month ago

rlebran commented 1 month ago

Hi, Is there any way of using tarpc with a TextMapPropagator to propagate opentelemetry headers or to extend the tracing context allowing more properties to pass by (with an HashMap for example)? This would allow custom opentelemetry implementation to work with tarpc (Datadog for example).