Type Definition polkadot_node_subsystem_util::metrics::prometheus::prometheus::Gauge
source · pub type Gauge = GenericGauge<AtomicF64>;Expand description
A Metric represents a single numerical value that can arbitrarily go up
and down.