prometheus operator v0.71.2

AlertmanagerConfig.spec.inhibitRules[]

InhibitRule defines an inhibition rule that allows to mute alerts when other alerts are already firing. See https://prometheus.io/docs/alerting/latest/configuration/#inhibit_rule

3 fields
AlertmanagerConfig.spec.inhibitRules[] fields and descriptions
Field / TypeDescription
string[]

Labels that must have an equal value in the source and target alert for the inhibition to take effect.

object[]

Matchers for which one or more alerts have to exist for the inhibition to take effect. The operator enforces that the alert matches the resource's namespace.

object[]

Matchers that have to be fulfilled in the alerts to be muted. The operator enforces that the alert matches the resource's namespace.