| 12 | ) |
| 13 | |
| 14 | type OTelInterceptor struct { |
| 15 | tracer trace.Tracer |
| 16 | fixedAttrs []attribute.KeyValue |
| 17 | } |
| 18 | |
| 19 | // NewOTelInterceptor processes span for intercepted messages and add some |
| 20 | // headers with the span data. |
nothing calls this directly
no outgoing calls
no test coverage detected