Skip to main content

GaugeValue

Type Alias GaugeValue 

Source
pub type GaugeValue = i64;
Expand description

Native integer width used by raw::Gauge on this target.

i64 on platforms with 64-bit atomics, i32 otherwise. Matches prometheus_client::metrics::gauge::Gauge’s backing type.