Trait prometheus::local::LocalMetric
source · [−]pub trait LocalMetric {
fn flush(&self);
}Expand description
An interface models a Metric only usable in single thread environment.
pub trait LocalMetric {
fn flush(&self);
}An interface models a Metric only usable in single thread environment.