Expand description
Trace context propagation utilities
Implements W3C Trace Context standard for propagating trace information across service boundaries.
Structs§
- Trace
Context - Trace context information
Functions§
- extract_
from_ axum_ headers - Extract trace context from Axum HTTP headers
- extract_
trace_ context - Extract trace context from HTTP headers
- inject_
into_ axum_ headers - Inject trace context into Axum HTTP headers
- inject_
trace_ context - Inject trace context into HTTP headers