//
pkg.gl
Category
github.com/openmesh/kit
metrics
graphite
package
0.14.0-openmesh
Repository:
https://github.com/openmesh/kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
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.