Urgent.News

What's breaking now, across thousands of outlets.

Tech

Alertmanager Routing Fixes to Cut Prometheus Alert Fatigue

Originally published on kuryzhev.cloud A pager goes off at 3 a.m. with dozens of notifications for the same disk-pressure event on one node, spread across three teams who all have the node exporter alert wired to their phones. By the time someone actually reads one of them, the disk has already recovered and the incident channel is full of "ack, resolved" messages nobody trusts anymore. This is…

Alert fatigue on Prometheus Alertmanager routing often stems from improper configuration. Pager notifications for the same issue from multiple teams can flood on-call engineers' phones, leading to trust issues and engineers muting entire channels. Alertmanager was designed to mitigate this problem with features like grouping, inhibition, and silences. However, teams often fail to configure these correctly, resulting in duplicate noise.

Consider a mid-sized platform team running Prometheus with fifteen exporters across sixty nodes. They add new rules.yml files for disk space, memory pressure, and pod restarts. The route block in alertmanager.yml uses a default configuration, causing alerts to fire independently. During a real node failure, kubelet reports NotReady, node exporter fires DiskPressure and MemoryPressure alerts, and every pod scheduled on that node starts restarting.

Each condition generates a separate alert rule. With group_by left at default, alerts rarely merge, sending a batch of individual notifications instead of one grouped message. This leads to on-call engineers receiving a wall of pings, most of which are symptoms of the same root cause.

Root causes of alert fatigue in Prometheus Alertmanager routing include granular grouping, absence of inhibition rules, inconsistent severity labels, and default repeat_interval. Grouping by scope instead of alertname ensures related alerts from the same node land in one message. Inhibition rules suppress lower-severity alerts when a related higher-severity alert is firing.

Consistent severity labels distinguish between alerts that require immediate attention and those that can be addressed during business hours. Lastly, avoiding a short repeat_interval prevents the same unresolved issue from triggering notifications repeatedly.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

If the Patch Authored the Test, Score the Overlap

Same-session tests are not evidence. If an agent writes a production hunk and the assertions in one pass, a green build often means the two files agreed on a private story, not that the public…

  • Tests do not guarantee successful implementation
  • Overlap between production and test code is crucial
  • Merge gate checks token overlap and literal mutation

Thousands of Irish Passports Exposed in Spanish Cannabis Club Data Breach

Thousands of Irish passport records linked to cannabis clubs in Spain may have been left publicly accessible online following a serious security failure affecting almost one million members.

  • Up to 12,000 Irish passports exposed in Spanish breach.
  • Approximately 985,000 passports and IDs online in May-June.
  • Cyber experts warn passports could aid identity theft and fraud.

More from Thursday 17 September →