The Grafana plugin is a frontend plugin that lists Grafana alerts and dashboards. It includes two components that can be integrated into Backstage:
- The
EntityGrafanaDashboardsCard
component which can display dashboards for a specific entity - The
EntityGrafanaAlertsCard
component which can display recent alerts for a specific entity - The
EntityOverviewDashboardViewer
component which can embed an "overview" dashboard for a specific entity - The
DashboardViewer
component which can embed any dashboard
Find installation instructions in our documentation.
Entity alerts card:
Entity dashboards card:
Thanks to K-Phoen for creating the grafana plugin found here. As an outcome of this discussion, he gave us permission to keep working on this plugin.