pub fn send_trace<T>(request: Request<T>) -> Result<Request<T>, Status>
Expand description
Trace context propagation: send the trace context by injecting it into the metadata of the given request. This only injects the current span if the otlp feature is also enabled.