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