Alerting - CI/CD用語集の定義
alertingは、しきい値の超過を、それに対応できる担当者へルーティングされる通知へと変換します。たとえばdeploy後にCIのエラー率が急増したときにon-callをページングします。
Alertingは、監視対象のシグナルがしきい値を超えるか、ルールに一致したときに発火する自動通知です。優れたアラートはアクション可能で、担当者へルーティングされ、runbookに紐づいています。
アクション可能なアラート
アラートは特定のアクションを示すべきです。担当者や修正方法が明確でないアラートはalert fatigueを生み、無視されるようになり、本来の目的を損ないます。
関連ガイド
Alert Fatigue - CI/CD Glossary DefinitionAlert Fatigue: Alert fatigue is the desensitization that happens when responders receive too many alerts, esp…
Runbook - CI/CD Glossary DefinitionRunbook: A runbook is a documented, step-by-step procedure for responding to a specific alert or operational…
On-Call - CI/CD Glossary DefinitionOn-Call: On-call is the rotation of engineers responsible for responding to alerts during a shift. Sustainabl…