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"