grafana/public/app/plugins/panel/alertlist
Konrad Lalik ab4171770e
Alerting: Unify alert status labels on the alert list panel (#50240)
We do not use the "Inactive" state anywhere in the alerting product, this PR removes the Inactive state filter and instead uses the "Normal" state filter. Backwards compatibility has been added to the alert list panel.

Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2022-06-09 10:58:57 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
unified-alerting Alerting: Unify alert status labels on the alert list panel (#50240) 2022-06-09 10:58:57 +02:00
AlertInstances.tsx Alerting: Fix alert list panel showing firing alerts with no instances (#50069) 2022-06-02 15:44:03 +02:00
AlertList.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
AlertListMigration.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
AlertListMigrationHandler.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
GroupByWithLoading.tsx Select: Portal menu by default (#48176) 2022-05-04 15:12:59 +01:00
module.tsx Alerting: Unify alert status labels on the alert list panel (#50240) 2022-06-09 10:58:57 +02:00
plugin.json Minor UI touches (#24371) 2020-05-08 12:40:42 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
suggestions.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
types.ts Alerting: Unify alert status labels on the alert list panel (#50240) 2022-06-09 10:58:57 +02:00
UnifiedAlertList.tsx Alerting: Unify alert status labels on the alert list panel (#50240) 2022-06-09 10:58:57 +02:00
util.ts Alerting: Add a "Reason" to Alert Instances to show underlying cause of state. (#49259) 2022-05-23 16:49:49 +08:00

Alert List Panel - Native plugin

This Alert List panel is included with Grafana.

The Alert List panel allows you to display alerts on a dashboard. The list can be configured to show either the current state of your alerts or recent alert state changes. You can read more about alerts here.

Read more about it here:

http://docs.grafana.org/features/panels/alertlist/