grafana/public/app/plugins/panel/alertlist
Sonia Aguilar 008bf143ac
Alerting: Add label filters to the logic of showing hidden instances (#65674)
* Add label filters to the logic of showing hidden instances

Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com>

* Add tests

Co-Authored-By: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>

---------

Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com>
2023-04-03 15:39:06 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
unified-alerting Chore: Avoid explicit React.FC<Props> when possible (#64722) 2023-03-14 16:38:21 +02:00
AlertInstances.tsx Alerting: a11y improvements (#63072) 2023-02-10 10:23:40 +01:00
AlertList.tsx Alerting: Normalize border-radius usage (#64613) 2023-03-20 07:54:50 +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 Chore: Avoid explicit React.FC<Props> when possible (#64722) 2023-03-14 16:38:21 +02:00
module.tsx Folder: Replace folderId with folderUid (#58393) 2022-11-17 09:22:57 +01: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 Alert list panel: Add view mode "Stat" (#53281) 2022-08-09 16:37:09 +02:00
UnifiedalertList.test.tsx Alerting: subscribe to Dashboard refresh interval for alert panels (#56347) 2022-10-06 12:02:19 -03:00
UnifiedAlertList.tsx Alerting: Add label filters to the logic of showing hidden instances (#65674) 2023-04-03 15:39:06 +02: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: Add label filters to the logic of showing hidden instances (#65674) 2023-04-03 15:39: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/