Type Alias mz_ore::metrics::IntGaugeVec
source · pub type IntGaugeVec = DeleteOnDropWrapper<IntGaugeVec>;
Available on crate feature
metrics
only.Expand description
Delete-on-drop shadow of Prometheus prometheus::IntGaugeVec.
Aliased Type§
struct IntGaugeVec {
inner: MetricVec<GaugeVecBuilder<AtomicI64>>,
}
Fields§
§inner: MetricVec<GaugeVecBuilder<AtomicI64>>