Skip to content

Commit 1d82361

Browse files
authored
update based on user feedback
clarity on evalation on metric alerts.
1 parent 568e3e8 commit 1d82361

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-monitor/platform/alerts-metric-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Let's say you have created a simple static threshold metric alert rule as follow
3434

3535
From the time the alert rule is created, the monitor runs every 1 min and looks at metric values for the last 5 minutes and checks if the average of those values exceeds 70. If the condition is met that is, the average Percentage CPU for the last 5 minutes exceeds 70, the alert rule fires an activated notification. If you have configured an email or a web hook action in the action group associated with the alert rule, you will receive an activated notification on both.
3636

37+
When you are using multiple conditions in one rule, the rule "ands" the conditions together. That is, the alert fires when all the conditions in the alert evaluate as true and resolve when one of the conditions is no longer true. And example of this type of alert would be alert when "CPU higher than 90%" and "queue length is over 300 items".
38+
3739
### Alert rule with dynamic condition type
3840

3941
Let's say you have created a simple Dynamic Thresholds metric alert rule as follows:

0 commit comments

Comments
 (0)