grafana/packages/grafana-alerting
Gilles De Mey 43be84076c
Alerting: Migrate `spec.title` and `spec.name` fieldSelectors (#111993)
Migrate `spec.title` and `spec.name` fieldSelectors to use base64URL
encoded `metadata.name` selectors since the `spec` properties aren't
indexed and no longer searchable in the new app platform API.
2025-10-03 16:43:03 +02:00
..
scripts Alerting: mocking and testing of Alerting package (#105342) 2025-05-21 12:47:31 +02:00
src Alerting: Migrate `spec.title` and `spec.name` fieldSelectors (#111993) 2025-10-03 16:43:03 +02: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 Release: Bump version to 12.3.0-pre (#110974) 2025-09-12 17:54:11 +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.