package
0.13.0
Repository: https://github.com/go-kit/kit.git
Documentation: pkg.go.dev

# Functions

New returns a Statsd object that may be used to create metrics.

# Structs

Counter is a StatsD counter.
Gauge is a StatsD gauge.
Statsd receives metrics observations and forwards them to a StatsD server.
Timing is a StatsD timing, or metrics.Histogram.