rustvello-prometheus 0.1.5

Prometheus metrics sink for Rustvello observability
Documentation
1
2
3
4
5
6
7
8
//! Prometheus metrics sink for Rustvello observability.
//!
//! Implements [`EventEmitter`] using the `metrics` crate with a Prometheus
//! exporter. Metrics are exposed via an HTTP `/metrics` endpoint.

pub mod sink;

pub use sink::PrometheusSink;