Expand description
W3C Trace Context propagation — the single place incoming traceparent
headers are parsed and per-hop span IDs are minted.
Every request boundary (HTTP macro routes, plugin routes) calls
extract_trace_context; outgoing propagation is handled by
RequestContext::traceparent().
Structs§
- Trace
Context - Distributed-tracing identity for one server hop.
Functions§
- extract_
trace_ context - Continue the caller’s trace if a valid
traceparentheader is present; otherwise start a new root trace.