All 333 Dependencies
Every package Grafana depends on, ranked by repo health score.
Grafana is the industry-standard open-source platform for operational visibility. It connects to over 50 data sources—including Prometheus, Loki, Elasticsearch, InfluxDB, PostgreSQL, MySQL, Tempo, and CloudWatch—and presents their data through a rich, browser-based UI where teams build dashboards, investigate incidents, and set up multi-channel alerts without writing a single line of frontend code.
At its core, Grafana normalizes heterogeneous data into a unified DataFrame model, allowing a single panel to query multiple backends simultaneously and render them in consistent visualizations—time series, heat maps, bar charts, geo maps, flame graphs, and more. The explore mode enables ad-hoc investigation with label-preserving context switches between metrics, logs, and traces, reducing the time from alert to root cause.
Grafana's plugin architecture extends both the backend and the frontend: datasource plugins add new query backends, panel plugins add new visualization types, and app plugins bundle complete feature experiences. The grafana.com plugin catalog hosts hundreds of community and enterprise integrations, while the Apache-licensed @grafana/ui and @grafana/data packages let plugin developers build on the same design system and type definitions as the Grafana core team.
Deploying Grafana is straightforward—it ships as a single Go binary that embeds all frontend assets, runs on Linux, macOS, Windows, Docker, and Kubernetes, and stores its configuration metadata in SQLite, PostgreSQL, or MySQL. Organizations adopt it from a single-node homelab setup all the way to multi-org, multi-tenant production deployments with provisioned dashboards, LDAP authentication, and automated alerting pipelines.