What problem does it solve?
Manually navigating the Grafana UI to locate dashboards, troubleshoot firing alerts, and verify data sources is time-consuming and inefficient, especially when integrating monitoring checks into deployment or incident response workflows.
Core Features & Use Cases
- API-Driven Dashboard & Alert Management: Query, search, and retrieve Grafana dashboards, alert rules, and data sources directly via HTTP API, eliminating the need for manual UI navigation.
- Post-Deployment Monitoring Validation: Automate checks of key service metrics (error rates, latency P95/P99, consumer lag) after deployments to catch performance regressions early.
- Incident Alert Troubleshooting: Quickly identify firing alerts, pull associated PromQL expressions, and cross-reference with recent changes to resolve incidents faster.
A common use case is for SREs to use this Skill to instantly pull up production service dashboards after a deployment, check for error rate spikes, and review active alerts tied to the affected service without switching between multiple tools.
Quick Start
Use the grafana skill to retrieve all active alerting rules for the payment-service dashboard and list their associated PromQL expressions.