Type Definition prometheus::Gauge [] [src]

type Gauge = GenericGauge<RwlockAtomic<f64>>;

A Metric represents a single numerical value that can arbitrarily go up and down.