Skip to content

Commit 848fe8a

Browse files
authored
Merge pull request #42809 from bwren/monitor-alerts
Alert monitor condition
2 parents 0565cdd + 1a7f32f commit 848fe8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/monitoring-and-diagnostics/monitoring-overview-unified-alerts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 05/31/2018
16+
ms.date: 06/01/2018
1717
ms.author: mamit,bwren
1818
ms.custom:
1919

@@ -58,6 +58,7 @@ The unified alerts experience uses the following concepts to separate alert rule
5858
| Criteria | Combination of _signal_ and _logic_ applied on a target resource.<br>Examples: Percentage CPU > 70%, Server Response Time > 4 ms, Result count of a log query > 100 etc. |
5959
| Logic | User-defined logic to check if the signal is within expected range/values. |
6060
| Action | Action to perform when the alert is fired. Multiple actions may occur when an alert fires. These alerts support action groups.<br>Examples: emailing an email address, calling a webhook URL. |
61+
| Monitor Condition | Indicates whether the condition that created a metric alert has subsequently been resolved. Metric alert rules sample a particular metric at regular intervals. If the criteria in the alert rule is met, then a new alert is created with a condition of Fired. When the metric is sampled again, if the criteria is still met then nothing happens. If the criteria is not met though, then the condition of the alert is changed to Resolved. The next time that the criteria is met, then a another alert is created with a condition of Fired. |
6162

6263

6364
## Alert pages

0 commit comments

Comments
 (0)