Registry / observability / lightstep-lightstep-tracer-go

lightstep-lightstep-tracer-go

JSON →
library0.26.0gogounverified

Package lightstep implements the LightStep OpenTracing client for Go.

go get github.com/lightstep/lightstep-tracer-go
INSTALL
IMPORT
SIG · LIGHTSTEP-LIGHTSTE
L
lightstep-lightstep-tracer-go
observabilitygov0.26.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.

lightstep
github.com/lightstep/lightstep-tracer-go

Initializes and sets the LightStep tracer as the global OpenTracing tracer.

package main import ( "github.com/lightstep/lightstep-tracer-go" "github.com/opentracing/opentracing-go" ) func main() { tracer := lightstep.NewTracer(lightstep.Options{ AccessToken: "your-token", }) opentracing.SetGlobalTracer(tracer) defer lightstep.Close(context.Background()) }
Debug
Known issues
breakingDeprecated in favor of OpenTelemetry
fix
Migrate to OpenTelemetry SDK and LightStep exporter.
affects: >=0.26.0
Upgrade
Version history
0.26.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
lightstep-lightstep-tracer-go — go get lightstep-lightstep-tracer-go · libregistry