What Is Alertmanager?
Alertmanager is the layer between alert sources and humans, taking in alerts and deciding what to do with them. It groups related alerts, suppresses duplicates, applies silences, and dispatches notifications to channels like email, chat, or a pager. Its routing tree maps alert labels to the team or person who should respond.
Why it matters
Without a central handler, every alert source would notify independently and bury responders in noise. Alertmanager consolidates that flow so people get one clear, deduplicated page instead of a storm.
Related guides
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 an Inhibition Rule?An inhibition rule suppresses lower-priority alerts while a related higher-priority alert is firing, cutting…
What Is Alert Deduplication?Alert deduplication collapses repeated notifications for the same underlying issue into a single alert, so re…