fedimint_metrics

Type Alias Gauge

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 */ }