Struct prometheus_utils::IntGaugeWithLabels [−][src]
pub struct IntGaugeWithLabels<L: Labels> { /* fields omitted */ }
Expand description
A Prometheus integer gauge metric, with labels described by the type L
.
The type L
must implement the Labels
trait; see the documentation for that trait
for an overview of Prometheus metric labels.
Implementations
Construct and immediately register a new IntGaugeWithLabels
instance.
Auto Trait Implementations
impl<L> !RefUnwindSafe for IntGaugeWithLabels<L>
impl<L> Send for IntGaugeWithLabels<L> where
L: Send,
impl<L> Sync for IntGaugeWithLabels<L> where
L: Sync,
impl<L> Unpin for IntGaugeWithLabels<L> where
L: Unpin,
impl<L> !UnwindSafe for IntGaugeWithLabels<L>