IntGaugeVec

Type Alias IntGaugeVec 

pub type IntGaugeVec = MetricVec<GaugeVecBuilder<AtomicI64>>;
Expand description

The integer version of [GaugeVec]. Provides better performance if metric values are all integers.

Aliased Typeยง

pub struct IntGaugeVec { /* private fields */ }