Registry / observability / uber-go-tally

uber-go-tally

JSON →
library5.0.0+incompatiblegogounverified

Tally is a metrics library for Go with support for multiple reporters.

go get github.com/uber-go/tally
INSTALL
IMPORT
SIG · UBER-GO-TALLY
U
uber-go-tally
observabilitygov5.0.0+incompatible
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

Create a counter and increment it

package main import ( "fmt" "github.com/uber-go/tally" ) func main() { scope := tally.NewRootScope(tally.ScopeOptions{}, time.Second) counter := scope.Counter("requests") counter.Inc(1) fmt.Println("counter incremented") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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