mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-04-14 21:20:28 +00:00
## Motivation Support the latest OpenTelemetry specification. ## Solution Update `opentelemetry` to the latest `0.17.x` release. Breaking changes upstream in the tracking of parent contexts in otel's `SpanBuilder` have necessitated a new `OtelData` struct to continue pairing tracing spans with their associated otel `Context`.