package
0.18.0
Repository: https://github.com/a69/kit.go.git
Documentation: pkg.go.dev

# Functions

New returns a Graphite object that may be used to create metrics.
NewCounter returns a new usable counter metric.
NewGauge returns a new usable Gauge metric.
NewHistogram returns a new usable Histogram metric.

# Structs

Counter is a Graphite counter metric.
Gauge is a Graphite gauge metric.
Graphite receives metrics observations and forwards them to a Graphite server.
Histogram is a Graphite histogram metric.