Type Alias mz_ore::metrics::CounterVec

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

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

Aliased Type§

struct CounterVec {
    inner: MetricVec<CounterVecBuilder<AtomicF64>>,
}

Fields§

§inner: MetricVec<CounterVecBuilder<AtomicF64>>