Skip to main content

> Term

prophetic decoration

Warnings, logs, or dashboards that correctly predict failure but are ignored because they lack owners or actionable triggers.

Detailed Explanation

A prophetic decoration is a metric, alert, or comment that explicitly states a system is about to fail, but is treated as background noise by the engineering team. It is the Cassandra of observability.

These usually surface during postmortems, where someone points out that a dashboard has been flashing red for three weeks before the database finally melted.

Why It Matters

It creates a false sense of observability. Collecting metrics is useless if the organization lacks the discipline or capacity to act on them.

Common Failure Mode

Teams experience alert fatigue and route critical warnings to a muted Slack channel, effectively turning them into prophetic decorations.

Practical Example

A code comment says '// TODO: This will fail if user count exceeds 10,000'. The comment was written 4 years ago. The startup just hit 10,001 users.

Production Manifestation

A hard drive fills up and crashes the production database, even though a Slack alert has been firing 'Disk at 95%' every hour for a month.

Frequently Asked Questions

What is prophetic decoration in short?

Warnings, logs, or dashboards that correctly predict failure but are ignored because they lack owners or actionable triggers.

What is the most common failure mode?

Teams experience alert fatigue and route critical warnings to a muted Slack channel, effectively turning them into prophetic decorations.

AI Summary

Warnings, logs, or dashboards that correctly predict failure but are ignored because they lack owners or actionable triggers. It creates a false sense of observability. Collecting metrics is useless if the organization lacks the discipline or capacity to act on them.