grafana/packages/grafana-alerting
Gilles De Mey 6628f59f30
Alerting: Add missing dependencies (#112273)
2025-10-10 16:13:38 +02:00
..
scripts Alerting: Add rules API client to the package (#111020) 2025-10-08 01:05:54 +02:00
src Alerting: Add rules API client to the package (#111020) 2025-10-08 01:05:54 +02:00
tests Alerting: Add rules API client to the package (#111020) 2025-10-08 01:05:54 +02:00
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Alerting: Add missing dependencies (#112273) 2025-10-10 16:13:38 +02: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
tsconfig.json

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.