Registry / observability / contrib-propagators-ot

contrib-propagators-ot

JSON →
library1.44.0gogounverified

Implements the ot-tracer-* propagator used by the default OpenTracing Tracer implementation.

go get go.opentelemetry.io/contrib/propagators/ot
INSTALL
IMPORT
SIG · CONTRIB-PROPAGATOR
C
contrib-propagators-ot
observabilitygov1.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ot
go.opentelemetry.io/contrib/propagators/ot

Set the global OpenTelemetry propagator to the OpenTracing-compatible OT propagator.

package main import ( "go.opentelemetry.io/contrib/propagators/ot" "go.opentelemetry.io/otel" ) func main() { otel.SetTextMapPropagator(ot.OT{}) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.44.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
contrib-propagators-ot — go get contrib-propagators-ot · libregistry