pub trait PrometheusMetrics {
    fn prometheus_metrics(&self, registry: &mut PrometheusRegistry);
}
Expand description

Implements a prometheus metrics collector

Required methods

Implementors