//
pkg.gl
Category
github.com/openmesh/kit
metrics
multi
package
0.14.0-openmesh
Repository:
https://github.com/openmesh/kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
54 SLOC
#
Functions
NewCounter
NewCounter returns a multi-counter, wrapping the passed counters.
NewGauge
NewGauge returns a multi-gauge, wrapping the passed gauges.
NewHistogram
NewHistogram returns a multi-histogram, wrapping the passed histograms.
#
Type aliases
Counter
Counter collects multiple individual counters and treats them as a unit.
Gauge
Gauge collects multiple individual gauges and treats them as a unit.
Histogram
Histogram collects multiple individual histograms and treats them as a unit.