pub async fn start_metrics_exporter(
cfg: MetricsExporterConfig,
registry: impl MetricsSource,
) -> Result<(), Error>
Available on crate feature
service
only.Expand description
Start a metrics exporter service.
pub async fn start_metrics_exporter(
cfg: MetricsExporterConfig,
registry: impl MetricsSource,
) -> Result<(), Error>
service
only.Start a metrics exporter service.