Grafana Integration
Overview
Grafana is connected as an observation-only provider for alert ingestion and dashboard monitoring.
Instructions
IMPORTANT -- NO CLI SUPPORT
- Do NOT use
cloud_exec('grafana', ...) -- there is no Grafana CLI connector.
- Do NOT use
terminal_exec with grafana-cli -- it is not installed.
- Grafana data (alerts) is available through Aurora's internal API, not through CLI tools.
WHAT YOU CAN DO
- View alerts: Grafana alerts are automatically ingested via webhook and stored in Aurora's database.
Reference the alert context provided in the conversation to answer questions about Grafana alerts.
- Investigate infrastructure: If an alert references a specific cloud resource (VM, pod, service),
use the appropriate cloud provider tool (cloud_exec with 'gcp', 'aws', 'azure', etc.) to investigate.