pub fn record_health_report( scope: &'static str, status_label: &'static str, status_value: f64, duration_seconds: f64, )
Records an aggregate health report into the shared Prometheus registry.