pub trait MetricsServiceExporter: Send + Sync {
// Required method
fn export_metrics(&self) -> StdResult<String>;
}Expand description
Metrics service exporter gives the possibility of exporting metrics.
Required Methods§
Sourcefn export_metrics(&self) -> StdResult<String>
fn export_metrics(&self) -> StdResult<String>
Export metrics.