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_execwithgrafana-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.
CRITICAL RULES
- NEVER call cloud_exec with provider='grafana' -- it will fail.
- Use the alert context already available in the conversation.
- For deeper investigation, identify the underlying cloud provider from the alert and use that provider's tools.