Skip to main content

worldinterface_daemon/metrics/
mod.rs

1//! Prometheus metrics for the WorldInterface daemon.
2
3pub mod recorder;
4pub mod registry;
5
6pub use recorder::PrometheusMetricsRecorder;
7pub use registry::WiMetricsRegistry;