pub type Gauge = GenericGauge<AtomicF64>;
Available on crate feature
metrics
only.Expand description
A Metric
represents a single numerical value that can arbitrarily go up
and down.
Aliased Type§
struct Gauge { /* private fields */ }