Skip to content

Commit 3fce5ef

Browse files
authored
Merge pull request #186263 from yanivlavi/lsagaapichanges5
Small corrections to example and feature availability in LSA
2 parents d82632f + 768d405 commit 3fce5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/alerts/alerts-unified-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ requests
7979
| where resultCode == "500"
8080
```
8181

82-
- **Time period / Aggregation granularity:** 15 minutes
82+
- **Aggregation granularity:** 15 minutes
8383
- **Alert frequency:** 15 minutes
8484
- **Threshold value:** Greater than 0
8585

@@ -166,7 +166,7 @@ See this alert stateless evaluation example:
166166
167167
Stateful alerts fire once per incident and resolve. The alert rule resolves when the alert condition isn't met for 30 minutes for a specific evaluation period (to account for log ingestion delay), and for three consecutive evaluations to reduce noise if there is flapping conditions. For example, with a frequency of 5 minutes, the alert resolve after 40 minutes or with a frequency of 1 minute, the alert resolve after 32 minutes. The resolved notification is sent out via web-hooks or email, the status of the alert instance (called monitor state) in Azure portal is also set to resolved.
168168
169-
Stateful alerts feature is currently in preview in the Azure public cloud. You can set this using **Automatically resolve alerts** in the alert details section.
169+
Stateful alerts feature is currently in preview. You can set this using **Automatically resolve alerts** in the alert details section.
170170
171171
## Location selection in log alerts
172172

0 commit comments

Comments
 (0)