//
pkg.gl
Category
github.com/go-kit/kit
metrics
statsd
package
0.13.0
Repository:
https://github.com/go-kit/kit.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
9
Dependents
425
Files
169 SLOC
#
Functions
New
New returns a Statsd object that may be used to create metrics.
#
Structs
Counter
Counter is a StatsD counter.
Gauge
Gauge is a StatsD gauge.
Statsd
Statsd receives metrics observations and forwards them to a StatsD server.
Timing
Timing is a StatsD timing, or metrics.Histogram.