Type Definition substrate_prometheus_endpoint::CounterVec
source · pub type CounterVec<P> = MetricVec<CounterVecBuilder<P>>;
Expand description
The underlying implementation for CounterVec
and IntCounterVec
.
pub type CounterVec<P> = MetricVec<CounterVecBuilder<P>>;
The underlying implementation for CounterVec
and IntCounterVec
.