mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:42:12 +08:00

* Update dashboards pages to use `docs/reference` shortcode Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update panels-visualizations pages to use `docs/reference` shortcode Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use raw Markdown admonitions for contextual links See https://discourse.gohugo.io/t/markdown-reference-links-in-shortcodes/5770/3. Should be resolved by https://docs.google.com/document/d/19xd4CD3IrAqQqNR3xQeLfuIV-u2iNSQSBEvPZE9J4qU/edit#heading=h.5sybau7waq2q. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Prefer "Warning" over "Caution" Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Prettier Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix some links missing destinations Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix 'time range controls' link Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add missing 'HTTP APIs' link Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix dashboard links missing destinations Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix links missing destinations in panels and visualizations documentation Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix dud link Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2.3 KiB
2.3 KiB
aliases | keywords | labels | title | weight | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Alert list | 100 |
Alert list
Use Alert list to display your alerts. You can configure the list to show the current state. You can read more about alerts in [Grafana Alerting overview][].
{{< figure src="/static/img/docs/alert-list-panel/alert-list-panel.png" max-width="850px" >}}
Customize your visualization using the following settings.
Options
- Group mode - Choose between "Default grouping" to show alert instances grouped by their alert rule, or "Custom grouping" to group alert instances by a custom set of labels.
- Max Items - Sets the maximum number of alerts to list.
- Sort order - Select how to order the alerts displayed:
- Alphabetical (asc) - Alphabetical order.
- Alphabetical (desc) - Reverse alphabetical order.
- Importance - By importance according to the following values, with 1 being the highest:
- alerting: 1
- firing: 1
- no_data: 2
- pending: 3
- ok: 4
- paused: 5
- inactive: 5
- Time (asc) - Newest active alert instances first.
- Time (desc) - Oldest active alert instances first.
- Alerts from this dashboard - Shows alerts only from the dashboard the alert list is in.
Filter
These options allow you to limit alerts shown to only those that match the query, folder, or tags you choose.
- Alert name - Enter an alert name query.
- Alert instance label - Filter alert instances using label querying, ex:
{severity="critical", instance=~"cluster-us-.+"}
. - Folder - Select a folder. Only alerts from dashboards in the folder selected will be displayed.
- Datasource - Filter alerts from the selected data source.
State filter
Choose which alert states to display in this panel.
- Alerting / Firing
- Pending
- No Data
- Normal
- Error
{{% docs/reference %}} [Grafana Alerting overview]: "/docs/grafana/ -> /docs/grafana//alerting" [Grafana Alerting overview]: "/docs/grafana-cloud/ -> /docs/grafana//alerting" {{% /docs/reference %}}