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

# Functions

NewCounterAsGauge returns a Gauge that actually writes the value on an underlying Counter.
NewCounterAsHistogram returns a Histogram that actually writes the value on an underlying Counter.
NewGaugeAsCounter returns a Counter that actually writes the value on an underlying Gauge.
NewGaugeAsHistogram returns a Histogram that actually writes the value on an underlying Gauge.
NewHistogramAsCounter returns a Counter that actually writes the value on an underlying Histogram.
NewHistogramAsGauge returns a Gauge that actually writes the value on an underlying Histogram.