The docs you saw on logging and sinks mention opentelemetry context propagation.
If you want to propagate context that’s not tied to tracing, you would need to implement your own interceptors, as I mentioned in Context Propagation docs - #2.
The docs you saw on logging and sinks mention opentelemetry context propagation.
If you want to propagate context that’s not tied to tracing, you would need to implement your own interceptors, as I mentioned in Context Propagation docs - #2.