CounterVec

Type Alias CounterVec 

Source
pub type CounterVec<P> = MetricVec<CounterVecBuilder<P>>;
Expand description

The underlying implementation for CounterVec and IntCounterVec.

Aliased Typeยง

pub struct CounterVec<P> { /* private fields */ }