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.