Type Definition prometheus::IntGaugeVec
source · [−]pub type IntGaugeVec = GenericGaugeVec<AtomicI64>;
Expand description
The integer version of GaugeVec
. Provides better performance if metric values
are all integers.
pub type IntGaugeVec = GenericGaugeVec<AtomicI64>;
The integer version of GaugeVec
. Provides better performance if metric values
are all integers.