Type Alias IntGauge
pub type IntGauge = GenericGauge<AtomicI64>;
Expand description
The integer version of [Gauge
]. Provides better performance if metric values are
all integers.
Aliased Typeยง
struct IntGauge { /* private fields */ }
pub type IntGauge = GenericGauge<AtomicI64>;
The integer version of [Gauge
]. Provides better performance if metric values are
all integers.
struct IntGauge { /* private fields */ }