[bot] [main] Automated version update

This commit is contained in:
Prometheus Operator Bot
2022-02-21 07:40:44 +00:00
parent 53542d5cce
commit 36ace1ce7a
15 changed files with 111 additions and 80 deletions

View File

@@ -4010,13 +4010,15 @@ spec:
description: Define which Nodes the Pods are scheduled on.
type: object
overrideHonorLabels:
description: OverrideHonorLabels if set to true overrides all user
configured honor_labels. If HonorLabels is set in ServiceMonitor
or PodMonitor to true, this overrides honor_labels to false.
description: When true, Prometheus resolves label conflicts by renaming
the labels in the scraped data to "exported_<label value>" for all
targets created from service and pod monitors. Otherwise the HonorLabels
field of the service or pod monitor applies.
type: boolean
overrideHonorTimestamps:
description: OverrideHonorTimestamps allows to globally enforce honoring
timestamps in all scrape configs.
description: When true, Prometheus ignores the timestamps for all
the targets created from service and pod monitors. Otherwise the
HonorTimestamps field of the service or pod monitor applies.
type: boolean
paused:
description: When a Prometheus deployment is paused, no actions except
@@ -4296,11 +4298,10 @@ spec:
docs (https://prometheus.io/docs/guides/query-log/)
type: string
remoteRead:
description: If specified, the remote_read spec. This is an experimental
feature, it may change in any upcoming release in a breaking way.
description: remoteRead is the list of remote read configurations.
items:
description: RemoteReadSpec defines the remote_read configuration
for prometheus.
description: RemoteReadSpec defines the configuration for Prometheus
to read back samples from a remote endpoint.
properties:
authorization:
description: Authorization section for remote read
@@ -4390,7 +4391,7 @@ spec:
versions 2.26.0 and newer.
type: object
name:
description: The name of the remote read queue, must be unique
description: The name of the remote read queue, it must be unique
if specified. The name is used in metrics and logging in order
to differentiate read configurations. Only valid in Prometheus
versions 2.15.0 and newer.
@@ -4480,7 +4481,7 @@ spec:
- tokenUrl
type: object
proxyUrl:
description: Optional ProxyURL
description: Optional ProxyURL.
type: string
readRecent:
description: Whether reads should be made for queries for time
@@ -4623,18 +4624,17 @@ spec:
type: string
type: object
url:
description: The URL of the endpoint to send samples to.
description: The URL of the endpoint to query from.
type: string
required:
- url
type: object
type: array
remoteWrite:
description: If specified, the remote_write spec. This is an experimental
feature, it may change in any upcoming release in a breaking way.
description: remoteWrite is the list of remote write configurations.
items:
description: RemoteWriteSpec defines the remote_write configuration
for prometheus.
description: RemoteWriteSpec defines the configuration to write
samples from Prometheus to a remote endpoint.
properties:
authorization:
description: Authorization section for remote write
@@ -4725,22 +4725,22 @@ spec:
type: object
metadataConfig:
description: MetadataConfig configures the sending of series
metadata to remote storage.
metadata to the remote storage.
properties:
send:
description: Whether metric metadata is sent to remote storage
or not.
description: Whether metric metadata is sent to the remote
storage or not.
type: boolean
sendInterval:
description: How frequently metric metadata is sent to remote
storage.
description: How frequently metric metadata is sent to the
remote storage.
type: string
type: object
name:
description: The name of the remote write queue, must be unique
if specified. The name is used in metrics and logging in order
to differentiate queues. Only valid in Prometheus versions
2.15.0 and newer.
description: The name of the remote write queue, it must be
unique if specified. The name is used in metrics and logging
in order to differentiate queues. Only valid in Prometheus
versions 2.15.0 and newer.
type: string
oauth2:
description: OAuth2 for the URL. Only valid in Prometheus versions
@@ -4827,7 +4827,7 @@ spec:
- tokenUrl
type: object
proxyUrl:
description: Optional ProxyURL
description: Optional ProxyURL.
type: string
queueConfig:
description: QueueConfig allows tuning of the remote write queue
@@ -5107,6 +5107,10 @@ spec:
separator and matched against the configured regular
expression for the replace, keep, and drop actions.
items:
description: LabelName is a valid Prometheus label name
which may only contain ASCII letters, numbers, as
well as underscores.
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
type: string
type: array
targetLabel: