[bot] [main] Automated version update
This commit is contained in:
@@ -60,13 +60,24 @@ spec:
|
||||
items:
|
||||
description: Matcher defines how to match on alert's labels.
|
||||
properties:
|
||||
matchType:
|
||||
description: Match operation available with AlertManager
|
||||
>= v0.22.0 and takes precedence over Regex (deprecated)
|
||||
if non-empty.
|
||||
enum:
|
||||
- '!='
|
||||
- =
|
||||
- =~
|
||||
- '!~'
|
||||
type: string
|
||||
name:
|
||||
description: Label to match.
|
||||
minLength: 1
|
||||
type: string
|
||||
regex:
|
||||
description: Whether to match on equality (false) or regular-expression
|
||||
(true).
|
||||
(true). Deprecated as of AlertManager >= v0.22.0 where
|
||||
a user should use MatchType instead.
|
||||
type: boolean
|
||||
value:
|
||||
description: Label value to match.
|
||||
@@ -82,13 +93,24 @@ spec:
|
||||
items:
|
||||
description: Matcher defines how to match on alert's labels.
|
||||
properties:
|
||||
matchType:
|
||||
description: Match operation available with AlertManager
|
||||
>= v0.22.0 and takes precedence over Regex (deprecated)
|
||||
if non-empty.
|
||||
enum:
|
||||
- '!='
|
||||
- =
|
||||
- =~
|
||||
- '!~'
|
||||
type: string
|
||||
name:
|
||||
description: Label to match.
|
||||
minLength: 1
|
||||
type: string
|
||||
regex:
|
||||
description: Whether to match on equality (false) or regular-expression
|
||||
(true).
|
||||
(true). Deprecated as of AlertManager >= v0.22.0 where
|
||||
a user should use MatchType instead.
|
||||
type: boolean
|
||||
value:
|
||||
description: Label value to match.
|
||||
@@ -2633,13 +2655,24 @@ spec:
|
||||
items:
|
||||
description: Matcher defines how to match on alert's labels.
|
||||
properties:
|
||||
matchType:
|
||||
description: Match operation available with AlertManager
|
||||
>= v0.22.0 and takes precedence over Regex (deprecated)
|
||||
if non-empty.
|
||||
enum:
|
||||
- '!='
|
||||
- =
|
||||
- =~
|
||||
- '!~'
|
||||
type: string
|
||||
name:
|
||||
description: Label to match.
|
||||
minLength: 1
|
||||
type: string
|
||||
regex:
|
||||
description: Whether to match on equality (false) or regular-expression
|
||||
(true).
|
||||
(true). Deprecated as of AlertManager >= v0.22.0 where
|
||||
a user should use MatchType instead.
|
||||
type: boolean
|
||||
value:
|
||||
description: Label value to match.
|
||||
|
||||
@@ -4257,6 +4257,14 @@ spec:
|
||||
bearerTokenFile:
|
||||
description: File to read bearer token for remote read.
|
||||
type: string
|
||||
headers:
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: Custom HTTP headers to be sent along with each
|
||||
remote read request. Be aware that headers that are set by
|
||||
Prometheus itself can't be overwritten. Only valid in Prometheus
|
||||
versions 2.26.0 and newer.
|
||||
type: object
|
||||
name:
|
||||
description: The name of the remote read queue, must be unique
|
||||
if specified. The name is used in metrics and logging in order
|
||||
|
||||
@@ -43,7 +43,7 @@ spec:
|
||||
description: 'RuleGroup is a list of sequentially evaluated recording
|
||||
and alerting rules. Note: PartialResponseStrategy is only used
|
||||
by ThanosRuler and will be ignored by Prometheus instances. Valid
|
||||
values for this field are ''warn'' or ''abort''. More info: https://github.com/thanos-io/thanos/blob/master/docs/components/rule.md#partial-response'
|
||||
values for this field are ''warn'' or ''abort''. More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response'
|
||||
properties:
|
||||
interval:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user