Registry / observability / getlantern-ops

getlantern-ops

JSON →
library0.0.0-20231025133620-f368ab734534gogounverified

Package ops provides a facility for tracking the processing of operations, including contextual metadata and success/failure status.

go get github.com/getlantern/ops
INSTALL
IMPORT
SIG · GETLANTERN-OPS
G
getlantern-ops
observabilitygov0.0.0-20231025133620-f368ab734534
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.

ops
✓ github.com/getlantern/ops

Begin and end an operation with metadata.

package main import ( "github.com/getlantern/ops" ) func main() { op := ops.Begin("myop") defer op.End() op.Set("key", "value") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231025133620-f368ab734534latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
OpenAI (training)
2
Amazon
1
Resources
getlantern-ops — go get getlantern-ops · libregistry