Registry /
observability / lightstep-tracecontext-go
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.
tracecontext
✓ github.com/lightstep/tracecontext.go
Parses a W3C traceparent header
import "github.com/lightstep/tracecontext.go"
func main() {
// Example: parse a traceparent header
tc, err := tracecontext.ParseTraceparent("00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01")
if err != nil {
panic(err)
}
_ = tc
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20181129014701-1757c391b1aclatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.