pub fn accept_trace<B>(request: Request<B>) -> Request<B>
Expand description
Trace context propagation: associate the current span with the otlp trace of the given request, if any and valid. This only sets the parent trace if the otlp feature is also enabled.