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-dynamic-thresholds.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,24 @@ ms.date: 2/23/2022
12
12
13
13
Dynamic thresholds apply advanced machine learning, and use a set of algorithms and methods to:
14
14
- Learn the historical behavior of metrics
15
-
- Analyze metrics over time and identify patterns such as hourly, daily or weekly patterns.
15
+
- Analyze metrics over time and identify patterns such as hourly, daily or weekly patterns
16
16
- Recognize anomalies that indicate possible service issues
17
17
- Calculate the most appropriate threshold for the metric
18
18
19
19
When you use dynamic thresholds, you don't have to know the "right" threshold for each metric, because dynamic thresholds calculate the most appropriate thresholds for you.
20
20
21
21
Dynamic thresholds help you:
22
22
- Create scalable alerts for hundreds of metric series with one alert rule. If you have fewer alert rules, you spend less time creating and managing alerts rules. Scalable alerting is especially useful for multiple dimensions or for multiple resources, such as to all resources in a subscription.
23
-
- Create rules without having to know what threshold to configure. Using dynamic thresholds, you can configure metric alerts using high-level concepts, without having extensive domain knowledge about the metric.
23
+
- Create rules without having to know what threshold to configure. Using dynamic thresholds, you can configure metric alerts using high-level concepts, without having extensive domain knowledge about the metric
24
24
- Configure up metric alerts using high-level concepts without extensive domain knowledge about the metric
25
25
- Prevent noisy (low precision) or wide (low recall) thresholds that don’t have an expected pattern
26
-
- Handle noisy metrics (such as machine CPU or memory) and metrics with low dispersion (such as availability and error rate).
26
+
- Handle noisy metrics (such as machine CPU or memory) and metrics with low dispersion (such as availability and error rate)
27
27
28
28
Dynamic Thresholds can be applied to:
29
29
- most Azure Monitor platform and custom metrics
30
30
- common application and infrastructure metrics
31
31
- noisy metrics, such as machine CPU or memory
32
-
- metrics with low dispersion, such as availability and error rate.
32
+
- metrics with low dispersion, such as availability and error rate
33
33
See [metrics not supported by dynamic thresholds](#metrics-not-supported-by-dynamic-thresholds) for a list of metrics that aren't supported by dynamic thresholds.
34
34
35
35
The system automatically recognizes prolonged outages and removes them from the threshold learning algorithm. If there is a prolonged outage, dynamic thresholds understand the data, and detect system issues with the same level of sensitivity as before the outage occurred.
0 commit comments