Trait stats::PrometheusMetrics
source · [−]pub trait PrometheusMetrics {
fn prometheus_metrics(&self, registry: &mut PrometheusRegistry);
}
Expand description
Implements a prometheus metrics collector
pub trait PrometheusMetrics {
fn prometheus_metrics(&self, registry: &mut PrometheusRegistry);
}
Implements a prometheus metrics collector