Type Alias mz_ore::metrics::IntCounterVec

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

Delete-on-drop shadow of Prometheus prometheus::IntCounterVec.

Aliased Type§

struct IntCounterVec { /* private fields */ }