prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers.webexConfigs.httpConfig.oauth2.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.

4 fields
AlertmanagerConfig.spec.receivers.webexConfigs.httpConfig.oauth2.spec.inhibitRules.targetMatch fields and descriptions
Field / TypeDescription
matchType
string

Match operation available with AlertManager >= v0.22.0 and takes precedence over Regex (deprecated) if non-empty.

  • enum: ["!=","=","=~","!~"]
name
string required

Label to match.

  • minLength: 1
regex
boolean

Whether to match on equality (false) or regular-expression (true). Deprecated: for AlertManager >= v0.22.0, `matchType` should be used instead.

value
string

Label value to match.