Skip to content

Commit af29530

Browse files
authored
Merge pull request DataDog#1013 from DataDog/homin/trends
added language about trends
2 parents bd162a4 + 894471d commit af29530

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/guides/anomalies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ beta: true
66
---
77

88

9-
Anomaly detection is an algorithmic feature that allows you to identify when a metric is behaving differently than it has in the past, taking into account seasonal day-of-week and time-of-day patterns. It's well-suited for metrics with recurring patterns that are hard or impossible to monitor with threshold-based alerting. For example, anomaly detection can help you discover when your web traffic is unusually low on a weekday afternoon—even though that same level of traffic would be perfectly normal later in the evening.
9+
Anomaly detection is an algorithmic feature that allows you to identify when a metric is behaving differently than it has in the past, taking into account trends, seasonal day-of-week and time-of-day patterns. It is well-suited for metrics with strong trends and recurring patterns that are hard or impossible to monitor with threshold-based alerting.
10+
11+
For example, anomaly detection can help you discover when your web traffic is unusually low on a weekday afternoon—even though that same level of traffic would be perfectly normal later in the evening. Or consider a metric measuring the number of logins to your quickly-growing site. As the number is increasing every day, any threshold would be quickly outdated, whereas anomaly detection can quickly you alert you if there is an unexpected drop—potentially indicating an issue with the login system.
1012

1113
## How to Use Anomaly Detection on Your Data
1214

0 commit comments

Comments
 (0)