Registry / observability / streamingfast-dtracing

streamingfast-dtracing

JSON →
library0.0.0-20221011173312-3f74543e68ebgogounverified

A Go library for distributed tracing with dynamic instrumentation.

go get github.com/streamingfast/dtracing
INSTALL
IMPORT
SIG · STREAMINGFAST-DTRA
S
streamingfast-dtracing
observabilitygov0.0.0-20221011173312-3f74543e68eb
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.

dtracing
github.com/streamingfast/dtracing

Create and use a distributed tracer.

package main import ( "github.com/streamingfast/dtracing" "log" ) func main() { tracer := dtracing.NewTracer() span := tracer.StartSpan("operation") defer span.Finish() log.Println("Tracing example") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20221011173312-3f74543e68eblatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources