package
0.0.0-20171009231159-a11eda293c5f
Repository: https://github.com/codelingo/kit.git
Documentation: pkg.go.dev
# Functions
NewCounter returns a new Counter backed by an expvar with the given name.
NewGauge returns a new Gauge backed by an expvar with the given name.
NewHistogram is taken from http://github.com/codahale/metrics.
PublishCallbackGauge publishes a Gauge as an expvar with the given name, whose value is determined at collect time by the passed callback function.