Inhibition and Silences
Inhibition: suppress lower-priority alerts when a higher one fires:
inhibit_rules:
- source_match:
alertname: ClusterDown
target_match:
severity: warning
equal: [cluster]
If ClusterDown fires, suppress all warning alerts for the same cluster.
Silences: temporary mute during planned maintenance:
amtool silence add alertname=HighErrorRate \
--duration=2h \
--comment="Planned DynamoDB migration"