---
title: "Most Outages Don't Announce Themselves"
url: https://daily.dev/posts/most-outages-don-t-announce-themselves-pdukvw5ed
source_url: https://devops.com/most-outages-dont-announce-themselves
type: article
source: "DevOps.com"
published: 2026-07-07T08:23:23.617Z
updated: 2026-07-07T08:23:50.505Z
tags: ["devops", "observability", "monitoring"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Most Outages Don't Announce Themselves

**[DevOps.com](https://daily.dev/sources/devops)** · 4 min read · 0 upvotes · 0 comments

## Summary

Outages often don't announce themselves — they appear as slowly rising latency or creeping error rates while no one is watching. Effective monitoring starts with establishing baselines so alerts fire on meaningful deviations, not static thresholds. Monitoring outcomes from the user's perspective (synthetic transactions like login or checkout flows) beats checking individual components in isolation. Data from 1.8 million outages shows ~68% start outside business hours, and while the median outage lasts under two minutes, a long tail of multi-hour failures demands alert design that accounts for rare, prolonged events. Alert fatigue is addressed through weekly alert review sessions to deliberately reduce noise, and anomaly detection should require a duration threshold before paging anyone.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devops.com/most-outages-dont-announce-themselves>

## Similar posts on daily.dev

- [Why cloud outages are such a stubborn problem](https://daily.dev/posts/why-cloud-outages-are-such-a-stubborn-problem-kh6xbgqoz) · InfoWorld · 0 upvotes · 0 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#observability](https://daily.dev/tags/observability), [#monitoring](https://daily.dev/tags/monitoring)

[View this post on daily.dev](https://daily.dev/posts/most-outages-don-t-announce-themselves-pdukvw5ed)
