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.
pub type GaugeValue = i64;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.