Registry / observability / jtolds-tracetagger-v2

jtolds-tracetagger-v2

JSON →
library2.0.0-rc5gogounverified

A library for adding trace tags to Go contexts.

go get github.com/jtolds/tracetagger/v2
INSTALL
IMPORT
SIG · JTOLDS-TRACETAGGER
J
jtolds-tracetagger-v2
observabilitygov2.0.0-rc5
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.

tracetagger
github.com/jtolds/tracetagger/v2

Add and retrieve trace tags from context

package main import ( "context" "fmt" "github.com/jtolds/tracetagger/v2" ) func main() { ctx := tracetagger.NewContext(context.Background(), "key", "value") fmt.Println(tracetagger.FromContext(ctx)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0-rc5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
2
Resources
jtolds-tracetagger-v2 — go get jtolds-tracetagger-v2 · libregistry