prometheus operator v0.71.2
AlertmanagerConfig.spec.muteTimeIntervals.timeIntervals.daysOfMonth.spec.inhibitRules.targetMatch
Matchers that have to be fulfilled in the alerts to be muted. 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. |