Type Alias CounterVec
pub type CounterVec<P> = MetricVec<CounterVecBuilder<P>>;Expand description
The underlying implementation for [CounterVec] and [IntCounterVec].
Aliased Type§
struct CounterVec<P> { /* private fields */ }pub type CounterVec<P> = MetricVec<CounterVecBuilder<P>>;The underlying implementation for [CounterVec] and [IntCounterVec].
struct CounterVec<P> { /* private fields */ }