AWS grafana documentation change
Summary
Added documentation for Grafana version 10 alerts, including an alert evaluation timeout note and reference to Grafana version 12.
Security assessment
The addition of an alert evaluation timeout is an operational quota detail, not directly addressing a security vulnerability or adding security feature documentation.
Diff
diff --git a/grafana/latest/userguide/v10-alerts.md b/grafana/latest/userguide/v10-alerts.md index c9abacca9..73acadd13 100644 --- a//grafana/latest/userguide/v10-alerts.md +++ b//grafana/latest/userguide/v10-alerts.md @@ -0,0 +1,2 @@ +[View a markdown version of this page](v10-alerts.md) + @@ -10,0 +13,2 @@ This documentation topic is designed for Grafana workspaces that support **Grafa +For Grafana workspaces that support Grafana version 12.x, see [Working in Grafana version 12](./using-grafana-v12.html). + @@ -113,0 +118,4 @@ Here are some tips on how to create an effective alert management set up for you +###### Important + +Amazon Managed Grafana has an alert evaluation timeout of 30 seconds. Queries made by alerts have a maximum duration of 30 seconds due to the high volume of queries the alert engine can generate. This timeout is not configurable. For more information, see [Amazon Managed Grafana service quotas](https://docs.aws.amazon.com/general/latest/gr/grafana-service.html#grafana-quotas) in the _AWS General Reference_. +