//
pkg.gl
Category
github.com/cloudpbx/kit
metrics
statsd
package
0.7.0
Repository:
https://github.com/cloudpbx/kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
163 SLOC
#
Functions
New
New returns a Statsd object that may be used to create metrics.
#
Structs
Counter
Counter is a StatsD counter.
Gauge
Gauge is a StatsD gauge.
Statsd
Statsd receives metrics observations and forwards them to a StatsD server.
Timing
Timing is a StatsD timing, or metrics.Histogram.