prometheus operator v0.71.2
AlertmanagerConfig.spec.receivers[].slackConfigs[].httpConfig.oauth2.spec.inhibitRules.sourceMatch
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.
| Field / Type | Description |
|---|---|
matchType | Match operation available with AlertManager >= v0.22.0 and takes precedence over Regex (deprecated) if non-empty.
|
name | Label to match.
|
regex | Whether to match on equality (false) or regular-expression (true). Deprecated: for AlertManager >= v0.22.0, `matchType` should be used instead. |
value | Label value to match. |