Type Definition polkadot_node_subsystem_util::metrics::prometheus::SourcedGauge
source · pub type SourcedGauge<S> = SourcedMetric<Gauge, S>;
Expand description
A gauge whose values are obtained from an existing source.