grafana/public/app/plugins/panel/alertlist
Ashley Harrison e0587dfb30
Chore: Replace deprecated usage of shape.borderRadius() (#72672)
* properly mark borderRadius() as deprecated, replace borderRadius() with default

* undo a couple of changes

* use radius.pill in FilterPill
2023-08-01 14:46:07 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
unified-alerting Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
AlertInstances.tsx Alerting:Fix alert panel not rendering correct number for cloud rules instances (#67487) 2023-04-28 12:50:29 +02:00
AlertList.tsx Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
AlertListMigration.test.ts Chore: more ts test fixes (#63438) 2023-02-23 10:07:44 +00:00
AlertListMigrationHandler.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
GroupByWithLoading.tsx Alerting: Reduce number of unnecessary request in the alert list panel in case … (#70583) 2023-06-30 15:16:14 +02:00
module.tsx DSPicker: Use new DS picker everywhere in Grafana (#70609) 2023-07-26 18:40:51 +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: Add limits and move state and label matching filters to the BE (#66267) 2023-04-25 11:19:20 +02:00
UnifiedalertList.test.tsx Alerting: Use new "Label" components for alert instance labels (#70997) 2023-07-10 13:03:35 +02:00
UnifiedAlertList.tsx Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
util.test.tsx Alerting: Add label filters to the logic of showing hidden instances (#65674) 2023-04-03 15:39:06 +02:00
util.ts Alerting: Fix filtering when panel variables are in use (#66977) 2023-04-21 12:07:06 +02: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/