[bot] [main] Automated version update (#2170)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -1007,6 +1007,10 @@ spec:
|
||||
baseImage:
|
||||
description: '*Deprecated: use ''spec.image'' instead.*'
|
||||
type: string
|
||||
bodySizeLimit:
|
||||
description: BodySizeLimit defines per-scrape on response body size. Only valid in Prometheus versions 2.45.0 and newer.
|
||||
pattern: (^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$
|
||||
type: string
|
||||
configMaps:
|
||||
description: ConfigMaps is a list of ConfigMaps in the same namespace as the Prometheus object, which shall be mounted into the Prometheus Pods. Each ConfigMap is added to the StatefulSet definition as a volume named `configmap-<configmap-name>`. The ConfigMaps are mounted into /etc/prometheus/configmaps/<configmap-name> in the 'prometheus' container.
|
||||
items:
|
||||
@@ -2790,6 +2794,18 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
labelLimit:
|
||||
description: Per-scrape limit on number of labels that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
|
||||
format: int64
|
||||
type: integer
|
||||
labelNameLengthLimit:
|
||||
description: Per-scrape limit on length of labels name that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
|
||||
format: int64
|
||||
type: integer
|
||||
labelValueLengthLimit:
|
||||
description: Per-scrape limit on length of labels value that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
|
||||
format: int64
|
||||
type: integer
|
||||
listenLocal:
|
||||
description: When true, the Prometheus server listens on the loopback address instead of the Pod IP's address.
|
||||
type: boolean
|
||||
@@ -3872,6 +3888,10 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
sampleLimit:
|
||||
description: SampleLimit defines per-scrape limit on number of scraped samples that will be accepted. Only valid in Prometheus versions 2.45.0 and newer.
|
||||
format: int64
|
||||
type: integer
|
||||
scrapeConfigNamespaceSelector:
|
||||
description: Namespaces to match for ScrapeConfig discovery. An empty label selector matches all namespaces. A null label selector matches the current current namespace only.
|
||||
properties:
|
||||
@@ -4478,6 +4498,10 @@ spec:
|
||||
tag:
|
||||
description: '*Deprecated: use ''spec.image'' instead. The image''s tag can be specified as part of the image name.*'
|
||||
type: string
|
||||
targetLimit:
|
||||
description: TargetLimit defines a limit on the number of scraped targets that will be accepted. Only valid in Prometheus versions 2.45.0 and newer.
|
||||
format: int64
|
||||
type: integer
|
||||
thanos:
|
||||
description: "Defines the configuration of the optional Thanos sidecar. \n This section is experimental, it may change significantly without deprecation notice in any release."
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user