Struct prometheus::core::GenericLocalCounterVec[][src]

pub struct GenericLocalCounterVec<P: Atomic> { /* fields omitted */ }

The underlying implementation for LocalCounterVec and LocalIntCounterVec.

Methods

impl<P: Atomic> GenericLocalCounterVec<P>
[src]

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

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

Flush the local metrics to the CounterVec metric.

Trait Implementations

impl<P: Atomic> Clone for GenericLocalCounterVec<P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<P> Send for GenericLocalCounterVec<P> where
    <P as Atomic>::T: Send

impl<P> Sync for GenericLocalCounterVec<P> where
    <P as Atomic>::T: Sync