//! # Cirious Codex Metrics
//!
//! A unified telemetry and Prometheus exposition layer built natively for the Cirious ecosystem.
/// Builder module for configuring telemetry.
/// Re-exported `metrics` crate facade.
///
/// Downstream applications can use this to register counters, gauges, and histograms.
/// Re-exported `tokio` crate facade.
///
/// Downstream applications can use this for async operations and timers.
pub use ;