pub trait Metric: Sync + Send + Clone { fn metric(&self) -> Metric; }
An interface models a single sample value with its meta data being exported to Prometheus.
Return the protocol Metric.