惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
爱范儿
爱范儿
罗磊的独立博客
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
U
Unit 42
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
H
Help Net Security
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
3 scenarios where machine learning makes for smarter alerts
Emily Chang · 2017-10-19 · via Datadog | The Monitor blog
Emily Chang

Emily Chang

Threshold-based alerts are extremely effective at detecting issues in your infrastructure and applications. But many user-driven metrics display gradual baseline shifts or patterns of recurring fluctuations (e.g., higher on weekdays vs. weekends). For metrics like these, it is difficult to set static thresholds or rate-of-change alerts that catch unexpected behavior, without also triggering frequent false alarms.

That’s where algorithmic monitoring comes in. Datadog’s [outlier detection] and [anomaly detection] use sophisticated machine learning functionality to automatically identify abnormal values, based on analyses of group behavior or past performance. Let’s explore a few use cases that illustrate the benefits of algorithmic monitoring.

Scenario: Abnormal dips in user traffic

One of the most useful applications for anomaly detection is to help uncover abnormalities in your user traffic, based on historical patterns. This effectively means that an anomaly alert can detect an unusual dip during peak business hours (e.g., Thursday afternoon)—even if that value would be normal on a weekend.

Scenario: Periodic fluctuations over changing baseline

Anomaly detection is also designed to help you identify abnormalities in critical business metrics (logins/signups, traffic, checkouts) that exhibit recurring, user-driven fluctuations. Even if a metric is trending in a specific direction, anomaly detection will automatically adjust its predicted range of values in response to the metric’s shifting baseline—but still identify abnormalities.

Scenario: Abnormal load in a distributed database

[Outlier detection] helps you identify deviations from normal group behavior. This is particularly useful for any cluster of nodes that shares work, such as web servers, load-balanced microservices, or nodes in a distributed database such as [Cassandra]. Applying outlier detection to a pool of Cassandra nodes can help you automatically ensure that the database is properly distributing work across the cluster.

With their powers combined

Although anomaly detection and outlier detection provide different views into your infrastructure and applications, they can complement each other to deliver more fine-grained insights. For example, you can apply anomaly detection to the aggregated count of requests processed by a pool of web servers, and outlier detection across individual web servers, to make sure that the load is balanced properly.

More to see ahead

In this post, we’ve covered just a few of the many ways that algorithmic monitoring can automatically identify anomalies and outliers in your metrics. If you’d like to start building smarter alerts for your infrastructure and applications, here’s a 14-day, full-featured trial.