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

# Functions

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

# Structs

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