Trait prometheus::local::LocalMetric[][src]

pub trait LocalMetric {
    fn flush(&self);
}
Expand description

An interface models a Metric only usable in single thread environment.

Required methods

Flush the local metrics to the global one.

Implementors