SYSTEM Cited by 2 sources
Grafana¶
Grafana is an open-source metrics-visualization platform — dashboards, alerting, and panel composition over many backends (Prometheus, InfluxDB, Elasticsearch, cloud-native metric stores). Widely used as the default "charts" surface in infra orgs.
Why it shows up on this wiki¶
Grafana is the ubiquitous dashboard layer that AI-agent platforms for ops end up reading out of or subsuming. In the Databricks Storex story, it is one of four fragmented tools (Grafana + internal dashboards + MySQL CLI + cloud console) that the agent unifies.
Seen in¶
- sources/2025-12-03-databricks-ai-agent-debug-databases — Databricks engineers checked Grafana for database metrics during MySQL incidents before systems/storex replaced the multi-tool stitching with one conversational interface.
- sources/2026-03-23-aws-generali-malaysia-eks-auto-mode — Grafana (via AWS-managed Amazon Managed Grafana) as the per-namespace dashboard surface for Generali's multi-tenant EKS cluster, with CloudWatch as the data source. The AWS-managed variant is the case where customers don't run the Grafana server themselves.
Related¶
- concepts/observability
- systems/storex
- systems/amazon-managed-grafana — AWS's managed Grafana offering.