athena_rs 3.4.7

Database driver
Documentation
1
2
3
4
5
6
7
8
//! Metrics HTTP surface.
//!
//! Thin feature-facing re-exports while the implementation is migrated out of
//! `src/api/metrics.rs` incrementally.

pub use crate::api::metrics::{
    PROMETHEUS_METRICS_PATH, prometheus_metrics, record_http_metric, route_group,
};