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 { /* private fields */ }