SpanContext should implement serde::Serialize, Deserialize #1074
Labels
A-trace
Area: issues related to tracing
enhancement
New feature or request
triage:todo
Needs to be traiged.
Milestone
Per Rust API Guidelines for Interoperability I think
SpanContext
should implementserde::Serialize
andDeserialize
.I'll see about making this contribution myself, but wanted to open the issue in case there is disagreement with the approach. (From my understanding, we want to prefer idiomatic usage of the language features for the API.) This will help me and others in building domain-specific propagators ala
.with_remote_span_context
.The text was updated successfully, but these errors were encountered: