Skip to main content

IntCounterVec

Type Alias 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ยง

pub struct IntCounterVec { /* private fields */ }