https://github.com/k-phoen/backstage-plugin-opsgenie
OpsGenie plugin for Backstage
https://github.com/k-phoen/backstage-plugin-opsgenie
backstage backstage-plugin dx hacktoberfest opsgenie
Last synced: 3 months ago
JSON representation
OpsGenie plugin for Backstage
- Host: GitHub
- URL: https://github.com/k-phoen/backstage-plugin-opsgenie
- Owner: K-Phoen
- License: mit
- Created: 2020-11-26T16:22:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T10:56:32.000Z (about 1 year ago)
- Last Synced: 2024-10-14T01:32:04.950Z (6 months ago)
- Topics: backstage, backstage-plugin, dx, hacktoberfest, opsgenie
- Language: TypeScript
- Homepage:
- Size: 1.91 MB
- Stars: 35
- Watchers: 5
- Forks: 38
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Opsgenie plugin for Backstage
The Opsgenie plugin is a frontend plugin that displays Opsgenie alerts, incidents and on-call information in Backstage. The plugin includes two components that can be integrated into Backstage:
* The `OpsGeniePage` routable extension component which produces a standalone page with the following capabilities:
* view a summary of who is currently on call
* view and search a list of active alerts with the option of acknowledging or closing alerts directly from Backstage
* view and search a list of incidents
* view incident-related analytics
* The `EntityOpsgenieAlertsCard` component which can display recent alerts for a specific component.## Setup
Find [installation instructions](./docs/index.md#installation) in our documentation.
## How does it look?
"Who is on call?" page:

Alerts page:

Incidents page:

Incidents analytics page:

Alerts card:

## License
This library is under the [MIT](LICENSE) license.