Struct prometheus::local::LocalHistogramVec[][src]

pub struct LocalHistogramVec { /* fields omitted */ }

An unsync HistogramVec.

Methods

impl LocalHistogramVec
[src]

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

impl Clone for LocalHistogramVec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations