MCPcopy
hub / github.com/IBM/sarama / OTelInterceptor

Struct OTelInterceptor

examples/interceptors/trace_interceptor.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected