Alertmanager とは?
Alertmanager はアラートのソースと人間の間の層で、アラートを受け取り、それをどう扱うかを決めます。関連するアラートをグループ化し、重複を抑制し、サイレンスを適用し、メール、チャット、ページャーといったチャネルへ通知を送ります。そのルーティングツリーは、アラートのラベルを応答すべきチームや人にマッピングします。
なぜ重要か
中央のハンドラーがなければ、あらゆるアラートソースが独立して通知し、応答者をノイズに埋もれさせます。Alertmanager はその流れを集約するため、人々は嵐のような通知ではなく、明確で重複排除された一つのページを受け取ります。
関連ガイド
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…