Type Alias 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§

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

Fields§

§inner: MetricVec<CounterVecBuilder<AtomicU64>>