From a26318714f490c5d52dc53bbb919aa89ae45b757 Mon Sep 17 00:00:00 2001 From: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:21:34 +0200 Subject: [PATCH] Alerting: Update docs with the new create alert menu option in panels (#76825) * Update docs with the new create alert menu option in panels * fix errors * Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --------- Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --- .../alerting-rules/create-grafana-managed-rule.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md b/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md index 193ea741d9f..1452d8774fd 100644 --- a/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md +++ b/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md @@ -196,6 +196,16 @@ An alert instance is considered stale if its dimension or series has disappeared Stale alert instances that are in the **Alerting**/**NoData**/**Error** states are automatically marked as **Resolved** and the grafana_state_reason annotation is added to the alert instance with the reason **MissingSeries**. +### Create alerts from panels + +Create alerts from any panel type. This means you can reuse the queries in the panel and create alerts based on them. + +1. Navigate to a dashboard in the **Dashboards** section. +2. In the top right corner of the panel, click on the three dots (ellipses). +3. From the dropdown menu, select **More...** and then choose **Create alert**. + +This will open the alert rule form, allowing you to configure and create your alert based on the current panel's query. + {{% docs/reference %}} [add-a-query]: "/docs/grafana/ -> /docs/grafana//panels-visualizations/query-transform-data#add-a-query" [add-a-query]: "/docs/grafana-cloud/ -> /docs/grafana//panels-visualizations/query-transform-data#add-a-query"