{ "name": "SQL Server I/O stalls", "description": "SQL Server is reporting I/O requests over 15 seconds. The storage under the data files is not keeping up", "query": "service=mssql event_kind=io_stall earliest=-10m | stats count", "query_language": "spl", "condition_type": "threshold", "eval_interval_seconds": 60, "for_minutes": 5, "notification_target_id": "__TARGET_OPS__", "enabled": true, "comparator": "gt", "threshold_value": 35 }