Detecting outliers and anomalies in realtime at Datadog - Homin Lee (OSCON Austin 2016)

Поділитися
Вставка
  • Опубліковано 12 чер 2016
  • Monitoring even a modestly sized systems infrastructure quickly becomes untenable without automated alerting. For many metrics, it is nontrivial to define ahead of time what constitutes “normal” versus “abnormal” values. This is especially true for metrics whose baseline value fluctuates over time.
    To make this problem more tractable, Datadog provides outlier detection functionality to automatically identify any host (or group of hosts) that is behaving abnormally compared to its peers and anomaly detection to alert when any single metric is behaving differently than its past history would suggest. Homin Lee discusses the algorithms and open source tools Datadog uses for outlier and anomaly detection and lessons learned from using these alerts on its own systems, along with some real-life examples on how to avoid false positives and negatives.
  • Наука та технологія

КОМЕНТАРІ • 10

  • @codeflee4468
    @codeflee4468 5 років тому +1

    Great Explanation ! .

  • @amirnoorani5017
    @amirnoorani5017 3 роки тому +1

    Easy to understand. thanks a million that was Awesome :)

  • @explorewithping5757
    @explorewithping5757 5 років тому +4

    anomaly vs outlier at 4:25

  • @williamwolfe8708
    @williamwolfe8708 3 роки тому

    Need to be able to point to the screen -- can't really tell what aspect of the graph(s) is being referred to.

  • @megtechnologies
    @megtechnologies 2 роки тому

    can you send us the working source code of this anomaly detection. i really need this.
    waiting for your response...

  • @TheBjjninja
    @TheBjjninja 4 роки тому +3

    Should clarify multivariate vs univariate detection algorithms

  • @zehraup4722
    @zehraup4722 4 роки тому

    DBSCAN code:
    www.kaggle.com/c0derr/outlier-detection?scriptVersionId=39511980