Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/k-phoen/backstage-plugin-grafana
- Owner: K-Phoen
- License: apache-2.0
- Created: 2021-09-07T23:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T20:42:39.000Z (5 months ago)
- Last Synced: 2024-10-23T17:11:44.895Z (2 months ago)
- Topics: backstage, backstage-plugin, dx, grafana, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 317 KB
- Stars: 57
- Watchers: 5
- Forks: 33
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.