Struct prometheus::local::LocalCounterVec [] [src]

pub struct LocalCounterVec { /* fields omitted */ }

Methods

impl LocalCounterVec
[src]

[src]

Get a LocalCounter by label values. See more MetricVec::with_label_values

[src]

Remove a LocalCounter by label values. See more MetricVec::remove_label_values

[src]

flush flushes the local metrics to the CounterVec metric.

Trait Implementations

impl Clone for LocalCounterVec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more