Type Alias mz_ore::metrics::raw::IntGaugeVec

source ·
pub type IntGaugeVec = MetricVec<GaugeVecBuilder<AtomicI64>>;
Available on crate feature metrics only.
Expand description

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

Aliased Type§

struct IntGaugeVec { /* private fields */ }