Registry / observability / jacobsa-reqtrace

jacobsa-reqtrace

JSON →
library0.0.0-20150505043853-245c9e0234cbgogounverified

A simple request tracing framework for Go.

go get github.com/jacobsa/reqtrace
INSTALL
IMPORT
SIG · JACOBSA-REQTRACE
J
jacobsa-reqtrace
observabilitygov0.0.0-20150505043853-245c9e0234cb
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.

reqtrace
github.com/jacobsa/reqtrace

Create and finish a request trace.

package main import ( "context" "github.com/jacobsa/reqtrace" ) func main() { ctx := context.Background() trace := reqtrace.New(ctx, "my-operation") defer trace.Finish() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150505043853-245c9e0234cblatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
jacobsa-reqtrace — go get jacobsa-reqtrace · libregistry