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