grafana_list_alerts
List active or filtered alerts from Grafana Alertmanager to monitor system health. Filter by state and labels to identify firing alerts and their details.
Instructions
List active (or filtered) alerts from Grafana Alertmanager. Supports filtering by state and label selectors. Returns alert name, state, severity, labels, annotations, and start time. Use this to answer 'are there any firing alerts right now?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter alerts by state. 'firing' = active, unsuppressed alerts. 'pending' = alerts in evaluation, not yet firing. 'resolved' = inactive alerts. Omit to get all alerts. | |
| labels | No | Comma-separated label matchers to filter alerts, e.g. 'team=backend,env=prod'. Each matcher is passed as a separate Alertmanager filter param. |