pub trait MetricsExporter { // Required method fn push_metrics(&self, metrics: &[Metric]) -> Result<()>; }