ayun_metrics/
lib.rs

1pub mod error;
2pub mod support;
3
4pub struct Metrics {
5    inner: metrics_exporter_prometheus::PrometheusHandle,
6}
7
8// re-export
9pub use ayun_core::*;