pub trait Metric: EncodeMetric + Send + Sync + Debug + 'static { }
Super trait representing an abstract Prometheus metric.