Concepts

The Costs of Monitoring That Do Not Appear on the Invoice

Monty8 Kas 2025 4 dk okuma

When teams evaluate monitoring, they compare subscription prices. That is usually the smallest number in the total.

Setup and configuration time

Getting a monitoring system genuinely useful takes one to two days of engineering time, spread over weeks in half-hour pieces, which makes it invisible in planning and very real in aggregate. The variable worth optimising is time to first working alert.

Configuration decay

This is the largest hidden cost and almost nobody budgets for it. Endpoints get renamed, services get decommissioned but their checks remain, people leave and their numbers stay in escalation chains. The failure mode is not that monitoring stops working, it is that it stops being trusted. The mitigation is a recurring quarterly review — thirty minutes a quarter.

Alert noise

Every unnecessary alert costs attention. The compounding cost is that each one erodes the assumption that an alert means something. The expensive version is the alert that fires often enough that someone builds a filter for it, and then the condition becomes real.

Interrupted sleep

A night page costs more than the time it takes to fix — it costs the rest of that night. Track pages per person outside working hours, look at the maximum rather than the mean, and treat a high number as an operational problem.

False confidence

The most expensive failure mode, because it is invisible until it matters. A setup that looks comprehensive but checks the wrong things produces confidence without coverage. The only defence is periodic deliberate failure testing.

Vendor lock-in

Configuration accumulates in a proprietary format and history lives in someone else's database. Keep alert source configuration in your own repository where possible, and export your incident history periodically.

Per-seat pricing as a behavioural cost

If adding a person costs money, at some point you will decline to add someone who should have visibility. The cost is not the fee, it is the decision you make because of it.

What to actually optimise

Time to add a new check. Signal quality. Ease of periodic review. Data portability. Then price. A tool that is twice the price and produces a setup your team maintains for three years is dramatically cheaper than a free one that decays into noise by month four.

Monty