You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-overview.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,13 @@ You can configure whether log or metric alerts are stateful or stateless. Activi
78
78
- Stateful alerts fire when the condition is met and then don't fire again or trigger any more actions until the conditions are resolved.
79
79
For stateful alerts, the alert is considered resolved when:
80
80
81
-
|Alert type |The alert is resolved when |
82
-
|---------|---------|
83
-
|Metric alerts|The alert condition isn't met for three consecutive checks.|
84
-
|Log alerts|The alert condition isn't met for 30 minutes for a specific evaluation period (to account for log ingestion delay), and <br>the alert condition isn't met for three consecutive checks.|
81
+
|Alert type|Alert rule frequency|The alert is resolved when|
82
+
|---------|---------|---------|
83
+
|Metric alerts|All frequencies|The alert condition isn't met for three consecutive checks.|
84
+
|Log alerts|1-minute frequency|The alert condition isn't met for 10 minutes.|
85
+
|Log alerts|5 to 15 minutes frequencies|The alert condition isn't met for three frequency periods.|
86
+
|Log alerts|15 minutes to 11 hours frequencies|The alert condition isn't met for two frequency periods.|
87
+
|Log alerts|11 hours frequency or more|The alert condition isn't met for one frequency period.|
85
88
86
89
When the alert is considered resolved, the alert rule sends out a resolved notification using webhooks or email and the monitor state in the Azure portal is set to resolved.
0 commit comments