[bot] [main] Automated version update
This commit is contained in:
@@ -1027,6 +1027,7 @@ spec:
|
||||
timeout:
|
||||
description: Timeout is a per-target Alertmanager timeout
|
||||
when pushing alerts.
|
||||
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
|
||||
type: string
|
||||
tlsConfig:
|
||||
description: TLS Config to use for alertmanager connection.
|
||||
@@ -2773,6 +2774,17 @@ spec:
|
||||
- resource
|
||||
type: object
|
||||
type: array
|
||||
exemplars:
|
||||
description: Exemplars related settings that are runtime reloadable.
|
||||
It requires to enable the exemplar storage feature to be effective.
|
||||
properties:
|
||||
maxSize:
|
||||
description: Maximum number of exemplars stored in memory for
|
||||
all series. If not set, Prometheus uses its default value. A
|
||||
value of zero or less than zero disables the storage.
|
||||
format: int64
|
||||
type: integer
|
||||
type: object
|
||||
externalLabels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -5165,15 +5177,27 @@ spec:
|
||||
action:
|
||||
default: replace
|
||||
description: Action to perform based on regex matching.
|
||||
Default is 'replace'
|
||||
Default is 'replace'. uppercase and lowercase actions
|
||||
require Prometheus >= 2.36.
|
||||
enum:
|
||||
- replace
|
||||
- Replace
|
||||
- keep
|
||||
- Keep
|
||||
- drop
|
||||
- Drop
|
||||
- hashmod
|
||||
- HashMod
|
||||
- labelmap
|
||||
- LabelMap
|
||||
- labeldrop
|
||||
- LabelDrop
|
||||
- labelkeep
|
||||
- LabelKeep
|
||||
- lowercase
|
||||
- Lowercase
|
||||
- uppercase
|
||||
- Uppercase
|
||||
type: string
|
||||
modulus:
|
||||
description: Modulus to take of the hash of the source
|
||||
|
||||
Reference in New Issue
Block a user