Registry / observability / uber-go-tally-v4

uber-go-tally-v4

JSON →
library4.1.17gogounverified

A fast, buffered metrics library for Go.

go get github.com/uber-go/tally/v4
INSTALL
IMPORT
SIG · UBER-GO-TALLY-V4
U
uber-go-tally-v4
observabilitygov4.1.17
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.

tally
✓ github.com/uber-go/tally/v4

Create a root scope and increment a counter.

package main import ( "github.com/uber-go/tally/v4" ) func main() { scope := tally.NewRootScope(tally.ScopeOptions{}, time.Second) scope.Counter("requests").Inc(1) }
Debug
Known issues
breakingv4 uses a different API than v3; migration required.
fix
Update import path to github.com/uber-go/tally/v4 and adjust API calls.
affects: <4.0.0
Upgrade
Version history
4.1.17latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
OpenAI (training)
1
Resources
uber-go-tally-v4 — go get uber-go-tally-v4 · libregistry