Skip to content

Commit 89bcd28

Browse files
authored
Merge pull request #100900 from yanivlavi/fixestofapage
Small fixes to failure anomalies documentation page
2 parents e822cff + c29d0d4 commit 89bcd28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/azure-monitor/app/proactive-failure-diagnostics.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ When an analysis is triggered, the service performs a cluster analysis on the fa
4444

4545
In the example above, the analysis has discovered that most failures are about a specific result code, request name, Server URL host, and role instance.
4646

47-
By contrast, the analysis has discovered that the client operating system property is distributed over multiple values, and so it is not listed.
48-
4947
When your service is instrumented with these calls, the analyzer looks for an exception and a dependency failure that are associated with requests in the cluster it has identified, together with an example of any trace logs associated with those requests.
5048

5149
The resulting analysis is sent to you as alert, unless you have configured it not to.
5250

53-
Like the [alerts you set manually](../../azure-monitor/app/alerts.md), you can inspect the state of the alert and configure it in the Alerts page of your Application Insights resource. But unlike other alerts, you don't need to set up or configure Smart Detection. If you want, you can disable it or change its target email addresses.
51+
Like the [alerts you set manually](../../azure-monitor/app/alerts.md), you can inspect the state of the fired alert, which can be resolved if the issue is fixed. Configure the alert rules in the Alerts page of your Application Insights resource. But unlike other alerts, you don't need to set up or configure Smart Detection. If you want, you can disable it or change its target email addresses.
5452

5553
### Alert logic details
5654

@@ -59,6 +57,7 @@ The alerts are triggered by our proprietary machine learning algorithm so we can
5957
* Analysis of the failure percentage of requests/dependencies in a rolling time window of 20 minutes.
6058
* A comparison of the failure percentage of the last 20 minutes to the rate in the last 40 minutes and the past seven days, and looking for significant deviations that exceed X-times that standard deviation.
6159
* Using an adaptive limit for the minimum failure percentage, which varies based on the app’s volume of requests/dependencies.
60+
* There is logic that can automatically resolve the fired alert monitor condition, if the issue is no longer detected for 8-24 hours.
6261

6362
## Configure alerts
6463

@@ -79,7 +78,7 @@ Click the alert to configure it.
7978

8079
[![](./media/proactive-failure-diagnostics/032.png "Rule configuration screen")](./media/proactive-failure-diagnostics/032.png#lightbox)
8180

82-
Notice that you can disable Smart Detection, but you can't delete it (or create another one).
81+
Notice that you can disable or delete a Failure Anomalies alert rule, but you can't create another one on the same Application Insights resource.
8382

8483
## Example of Failure Anomalies alert webhook payload
8584

0 commit comments

Comments
 (0)