# 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.