prometheus operator v0.71.2
AlertmanagerConfig.spec.receivers.discordConfigs.httpConfig.tlsConfig.spec.route.matchers
List of matchers that the alert's labels should match. For the first level route, the operator removes any existing equality and regexp matcher on the `namespace` label and adds a `namespace: <object namespace>` matcher.
| 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. |