[bot] [main] Automated version update

This commit is contained in:
Prometheus Operator Bot
2022-07-11 07:43:51 +00:00
parent e3979c27d7
commit f4a0acd09b
7 changed files with 187 additions and 23 deletions

View File

@@ -138,6 +138,9 @@ spec:
required:
- key
type: object
enableHttp2:
description: Whether to enable HTTP2.
type: boolean
followRedirects:
description: FollowRedirects configures whether scrape requests
follow HTTP 3xx redirects.
@@ -550,10 +553,13 @@ spec:
type: object
type: array
jobLabel:
description: "Chooses the label of the Kubernetes `Endpoints`. Its
value will be used for the `job`-label's value of the created metrics.
\n Default & fallback value: the name of the respective Kubernetes
`Endpoint`."
description: "JobLabel selects the label from the associated Kubernetes
service which will be used as the `job` label for all metrics. \n
For example: If in `ServiceMonitor.spec.jobLabel: foo` and in `Service.metadata.labels.foo:
bar`, then the `job=\"bar\"` label is added to all metrics. \n If
the value of this field is empty or if the label doesn't exist for
the given Service, the `job` label of the metrics defaults to the
name of the Kubernetes Service."
type: string
labelLimit:
description: Per-scrape limit on number of labels that will be accepted