Struct prometheus::local::LocalHistogramVec [−][src]
pub struct LocalHistogramVec { /* fields omitted */ }Expand description
An unsync HistogramVec.
Implementations
Get a LocalHistogram by label values.
See more MetricVec::with_label_values.
Remove a LocalHistogram by label values.
See more MetricVec::remove_label_values.
Flush the local metrics to the HistogramVec metric.
Trait Implementations
Flush the local metrics to the HistogramVec metric.
Auto Trait Implementations
impl !RefUnwindSafe for LocalHistogramVec
impl Send for LocalHistogramVec
impl !Sync for LocalHistogramVec
impl Unpin for LocalHistogramVec
impl !UnwindSafe for LocalHistogramVec
Blanket Implementations
Mutably borrows from an owned value. Read more