Module prometheus_client::metrics::gauge
source · Expand description
Module implementing an Open Metrics gauge.
See Gauge
for details.
Structs§
- As a
Gauge
, but constant, meaning it cannot change once created. - Open Metrics
Gauge
to record current measurements.
Traits§
- Atomic operations for a
Gauge
value store.