//
pkg.gl
Category
github.com/go-kit/kit
metrics
graphite
package
0.13.0
Repository:
https://github.com/go-kit/kit.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
9
Dependents
14
Files
131 SLOC
#
Functions
New
New returns a Graphite object that may be used to create metrics.
NewCounter
NewCounter returns a new usable counter metric.
NewGauge
NewGauge returns a new usable Gauge metric.
NewHistogram
NewHistogram returns a new usable Histogram metric.
#
Structs
Counter
Counter is a Graphite counter metric.
Gauge
Gauge is a Graphite gauge metric.
Graphite
Graphite receives metrics observations and forwards them to a Graphite server.
Histogram
Histogram is a Graphite histogram metric.