grafana/packages/grafana-alerting
Ashley Harrison 9272a1c19a
Chore: Fix some more a11y checks in stories (#110531)
fix more a11y checks in stories
2025-09-04 09:57:02 +01:00
..
scripts Alerting: mocking and testing of Alerting package (#105342) 2025-05-21 12:47:31 +02:00
src Chore: Fix some more a11y checks in stories (#110531) 2025-09-04 09:57:02 +01:00
tests Alerting: Add oncall contact point type and narrow create hook function (#107711) 2025-07-08 13:35:09 +02:00
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Alerting: Add route matching functionality to package (#108982) 2025-08-29 14:52:27 +00:00
project.json
rollup.config.ts Alerting: Add route matching functionality to package (#108982) 2025-08-29 14:52:27 +00:00
tsconfig.build.json Alerting: Fix package types reference (#107183) 2025-06-25 13:50:49 +00:00
tsconfig.json Chore: Remove @grafana/tsconfig (#109186) 2025-08-06 15:34:34 +01:00

README.md

Grafana Alerting

@grafana/alerting is currently in ALPHA.

This package is a collection of types, libraries, utilities, React components and hooks for interacting with the Grafana alerting system and is meant to be the foundation of alerting-related features in Grafana and its plugins.

We plan to eventually publish this package on NPM; however, it is currently in ALPHA and is not yet ready for public consumption. We are actively working on this package and will be making breaking changes to it as we iterate on the design and implementation.

Once we've settled on a public API that we feel is stable and useful, we will publish this package on NPM and provide documentation on how to use it.