/plushcap/analysis/datadog/outlier-detection-algorithms-at-datadog

Outlier detection in Datadog: A look at the algorithms

What's this blog post about?

Outlier detection is a crucial aspect of maintaining healthy hosts within an infrastructure, minimizing service degradation and disruption. Datadog offers two algorithms for this purpose: DBSCAN (density-based spatial clustering of applications with noise) and MAD (median absolute deviation). DBSCAN works by greedily agglomerating points that are close to each other, while MAD is a robust measure of variability. Both algorithms have their strengths in detecting outliers based on the specific behavior of hosts. When setting up alerts, it's essential to consider the size of the time window analyzed and whether banding behavior requires separate monitoring for different groups.

Company
Datadog

Date published
Sept. 30, 2015

Author(s)
Homin Lee

Word count
1149

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.