Type Alias mz_ore::metrics::GaugeVec

source ·
pub type GaugeVec = DeleteOnDropWrapper<GaugeVec>;
Available on crate feature metrics only.
Expand description

Delete-on-drop shadow of Prometheus prometheus::CounterVec.

Aliased Type§

struct GaugeVec {
    inner: MetricVec<GaugeVecBuilder<AtomicF64>>,
}

Fields§

§inner: MetricVec<GaugeVecBuilder<AtomicF64>>