Type Alias mz_ore::metrics::IntCounterVec

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

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

Aliased Type§

struct IntCounterVec {
    inner: MetricVec<CounterVecBuilder<AtomicU64>>,
}

Fields§

§inner: MetricVec<CounterVecBuilder<AtomicU64>>