pub fn detect_high_disk_io( samples: &[MetricSample], high_threshold: u64, critical_threshold: u64, ) -> Vec<Anomaly>
Detect high disk I/O (read/write) above thresholds.