Grafana

Grafana integration for alert ingestion and dashboard monitoring via Aurora's internal webhook pipeline

Arvo-AI Updated

File contents

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.

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.

Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/grafana commit e54fda45de

Frequently asked questions

npx skillmds@latest add arvo-ai/grafana