grafana/public/app/plugins/panel/alertlist
Sonia Aguilar d080a91e8a
Alerting: Refactor createUrl and createAbsoluteUrl (#90667)
* Refactor url creatUrl and add tests

* update createUrl to createRelativeUrl in GrafanaRules.tsx

* Add slash if not present in createAbsoluteUrl

* Use template type forcing url parameter to start with slash instead of adding slash if not present

* address review comment
2024-07-31 15:30:35 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
unified-alerting Alerting: Refactor createUrl and createAbsoluteUrl (#90667) 2024-07-31 15:30:35 +02:00
AlertInstances.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
GroupByWithLoading.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
module.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +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
types.ts Alerting: Add actions extension point to alert instances table view (#77900) 2023-11-20 17:43:36 +01:00
UnifiedalertList.test.tsx Alerting: Implement "rename / move / update" for useProduceNewRuleGroup (#89706) 2024-07-11 20:12:19 +03:00
UnifiedAlertList.tsx Alerting: Refactor PromQL-style matcher parsing (#90129) 2024-07-09 17:02:08 +03: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: Refactor PromQL-style matcher parsing (#90129) 2024-07-09 17:02:08 +03: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/