AlertmanagerConfig.spec.receivers[].webexConfigs.httpConfig.oauth2.spec.inhibitRules
inhibitRules defines the list of inhibition rules. The rules will only apply to alerts matching the resource's namespace.
| Field / Type | Description |
|---|---|
equal defines labels that must have an equal value in the source and target alert for the inhibition to take effect. This ensures related alerts are properly grouped.
| |
sourceMatch defines 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. These are the "trigger" alerts that cause other alerts to be inhibited.
| |
targetMatch defines matchers that have to be fulfilled in the alerts to be muted. The operator enforces that the alert matches the resource's namespace. When these conditions are met, matching alerts will be inhibited (silenced).
|