Registry / observability / contrib-propagators-b3

contrib-propagators-b3

JSON →
library1.44.0gogounverified

Package b3 provides B3 propagation for OpenTelemetry.

go get go.opentelemetry.io/contrib/propagators/b3
INSTALL
IMPORT
SIG · CONTRIB-PROPAGATOR
C
contrib-propagators-b3
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.

b3
go.opentelemetry.io/contrib/propagators/b3

Set B3 propagator as global propagator.

package main import ( "go.opentelemetry.io/contrib/propagators/b3" "go.opentelemetry.io/otel" ) func main() { otel.SetTextMapPropagator(b3.New()) }
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
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
contrib-propagators-b3 — go get contrib-propagators-b3 · libregistry