Registry / observability / net-metrics

net-metrics

JSON →
library1.4.0gogounverified

Package metrics is a telemetry client designed for Uber's software networking team, supporting counters, gauges, histograms, and vectors with push and pull collection.

go get go.uber.org/net/metrics
INSTALL
IMPORT
SIG · NET-METRICS
N
net-metrics
observabilitygov1.4.0
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.

metrics
go.uber.org/net/metrics

Create a root metrics scope and increment a counter.

import "go.uber.org/net/metrics" func main() { root := metrics.New() counter := root.Counter("requests_total") counter.Inc() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
2
Resources
net-metrics — go get net-metrics · libregistry