Type Definition metrics_prometheus::metric::PrometheusIntCounter
source · pub type PrometheusIntCounter = Either<IntCounter, IntCounterVec>;Expand description
Bundle of prometheus::IntCounter metrics.
pub type PrometheusIntCounter = Either<IntCounter, IntCounterVec>;Bundle of prometheus::IntCounter metrics.