Struct prometheus::local::LocalHistogramVec [−][src]
pub struct LocalHistogramVec { /* fields omitted */ }
An unsync HistogramVec
.
Implementations
impl LocalHistogramVec
[src]
impl LocalHistogramVec
[src]pub fn with_label_values<'a>(&'a mut self, vals: &[&str]) -> &'a LocalHistogram
[src]
Get a LocalHistogram
by label values.
See more MetricVec::with_label_values
.
pub fn remove_label_values(&mut self, vals: &[&str]) -> Result<()>
[src]
Remove a LocalHistogram
by label values.
See more MetricVec::remove_label_values
.
pub fn flush(&self)
[src]
Flush the local metrics to the HistogramVec
metric.
Trait Implementations
impl Clone for LocalHistogramVec
[src]
impl Clone for LocalHistogramVec
[src]fn clone(&self) -> LocalHistogramVec
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl LocalMetric for LocalHistogramVec
[src]
impl LocalMetric for LocalHistogramVec
[src]fn flush(&self)
[src]
Flush the local metrics to the HistogramVec
metric.