pub type GenericCounterVec<P> = MetricVec<CounterVecBuilder<P>>;
Expand description

The underlying implementation for CounterVec and IntCounterVec.

Implementations

Create a new GenericCounterVec based on the provided Opts and partitioned by the given label names. At least one label name must be provided.

Return a GenericLocalCounterVec for single thread usage.