Documentation
¶
Overview ¶
Package otel wires ARCP transports to OpenTelemetry trace context.
Index ¶
Constants ¶
View Source
const ExtensionsKey = "x-vendor.opentelemetry.tracecontext"
ExtensionsKey is the envelope.extensions key carrying the W3C traceparent + tracestate carrier per spec §15.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
TracerProvider trace.TracerProvider
Propagator propagation.TextMapPropagator
FrameSpans bool
JobSpans bool
ToolCallSpans bool
}
Options configures the OTel wrapper.
Click to show internal directories.
Click to hide internal directories.