pub trait Metric: Send + Sync + Reportable + InfluxdbReportable { // Required method fn get_type(&self) -> &str; }