//! Metrics aggregation for the dashboard: hive-wide turn-stats //! rollups, host-system probes / server warnings, and live //! per-container cgroup load. Each submodule is re-exported at the //! crate root, so `crate::hive_stats::…` etc. keep working unchanged. pub mod container_stats; pub mod hive_stats; pub mod host_stats; pub mod otel_metrics; pub mod sweep_health; pub mod warnings;