//! Prometheus metrics (feature `metrics`).
//!
//! Installs a global Prometheus recorder so the `metrics` crate's macros
//! (`counter!`, `histogram!`, …) record into it, and returns a handle that
//! renders the exposition text for a `/metrics` endpoint.
pub use ;
pub use ;