Type Alias mz_ore::metrics::raw::GaugeVec

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

A Collector that bundles a set of Gauges that all share the same Desc, but have different values for their variable labels. This is used if you want to count the same thing partitioned by various dimensions (e.g. number of operations queued, partitioned by user and operation type).

Aliased Type§

struct GaugeVec { /* private fields */ }