Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k-phoen/backstage-plugin-grafana

Grafana plugin for Backstage
https://github.com/k-phoen/backstage-plugin-grafana

backstage backstage-plugin dx grafana hacktoberfest

Last synced: 6 days ago
JSON representation

Grafana plugin for Backstage

Awesome Lists containing this project

README

        

# Grafana plugin for Backstage

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

## Setup

Find [installation instructions](./docs/index.md#installation) in our documentation.

## How does it look?

Entity alerts card:

![Alerts card](./docs/alerts_card.png)

Entity dashboards card:

![Dashboards card](./docs/dashboards_card.png)

## License

This library is under the [Apache 2.0](LICENSE) license.