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