Type Alias prometheus::Gauge
source · pub type Gauge = GenericGauge<AtomicF64>;
Expand description
A Metric
represents a single numerical value that can arbitrarily go up
and down.
Aliased Type§
struct Gauge { /* private fields */ }
pub type Gauge = GenericGauge<AtomicF64>;
A Metric
represents a single numerical value that can arbitrarily go up
and down.
struct Gauge { /* private fields */ }