Type Alias mz_ore::metrics::UIntGaugeVec

source ·
pub type UIntGaugeVec = DeleteOnDropWrapper<UIntGaugeVec>;
Available on crate feature metrics only.
Expand description

Delete-on-drop shadow of Prometheus raw::UIntGaugeVec.

Aliased Type§

struct UIntGaugeVec { /* private fields */ }