MetricsServiceExporter

Trait MetricsServiceExporter 

Source
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§

Source

fn export_metrics(&self) -> StdResult<String>

Export metrics.

Implementors§