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