What Is an Inhibition Rule?
An inhibition rule mutes a set of alerts whenever a matching source alert is already active, on the assumption they share one cause. For example, a firing cluster-down alert can inhibit the dozens of per-service alerts that outage triggers. The inhibited alerts still exist but are held back from notification.
Why it matters
One failure often lights up many downstream alerts at once. Inhibition keeps responders focused on the originating problem instead of paging them for every symptom.
Related guides
What Is Alertmanager?Alertmanager is a component that receives fired alerts and handles grouping, deduplication, silencing, and ro…
What Is an Alert Silence?A silence temporarily mutes alerts matching a set of labels for a fixed window, used during planned maintenan…
What Is Alert Deduplication?Alert deduplication collapses repeated notifications for the same underlying issue into a single alert, so re…