[bot] [main] Automated version update (#2451)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.15.0
|
||||
operator.prometheus.io/version: 0.74.0
|
||||
operator.prometheus.io/version: 0.75.1
|
||||
name: scrapeconfigs.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
@@ -1664,19 +1664,25 @@ spec:
|
||||
filters:
|
||||
description: Optional filters to limit the discovery process to a subset of the available resources.
|
||||
items:
|
||||
description: DockerFilter is the configuration to limit the discovery process to a subset of available resources.
|
||||
description: Filter name and value pairs to limit the discovery process to a subset of available resources.
|
||||
properties:
|
||||
name:
|
||||
description: Name of the Filter.
|
||||
type: string
|
||||
values:
|
||||
description: Value to filter on.
|
||||
items:
|
||||
type: string
|
||||
minItems: 1
|
||||
type: array
|
||||
required:
|
||||
- name
|
||||
- values
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-map-keys:
|
||||
- name
|
||||
x-kubernetes-list-type: map
|
||||
followRedirects:
|
||||
description: Configure whether HTTP requests follow HTTP 3xx redirects.
|
||||
type: boolean
|
||||
@@ -2005,6 +2011,9 @@ spec:
|
||||
dockerSwarmSDConfigs:
|
||||
description: DockerswarmSDConfigs defines a list of Dockerswarm service discovery configurations.
|
||||
items:
|
||||
description: |-
|
||||
DockerSwarmSDConfig configurations allow retrieving scrape targets from Docker Swarm engine.
|
||||
See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#dockerswarm_sd_config
|
||||
properties:
|
||||
authorization:
|
||||
description: Authorization header configuration to authenticate against the target HTTP endpoint.
|
||||
@@ -2112,13 +2121,13 @@ spec:
|
||||
Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList
|
||||
Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList
|
||||
items:
|
||||
description: Filter is the configuration to limit the discovery process to a subset of available resources.
|
||||
description: Filter name and value pairs to limit the discovery process to a subset of available resources.
|
||||
properties:
|
||||
name:
|
||||
description: Name is the key of the field to check against.
|
||||
description: Name of the Filter.
|
||||
type: string
|
||||
values:
|
||||
description: Values is the value or set of values to check for a match.
|
||||
description: Value to filter on.
|
||||
items:
|
||||
type: string
|
||||
minItems: 1
|
||||
@@ -2128,6 +2137,9 @@ spec:
|
||||
- values
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-map-keys:
|
||||
- name
|
||||
x-kubernetes-list-type: map
|
||||
followRedirects:
|
||||
description: Configure whether HTTP requests follow HTTP 3xx redirects.
|
||||
type: boolean
|
||||
@@ -2503,19 +2515,25 @@ spec:
|
||||
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
|
||||
Filter API documentation: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Filter.html
|
||||
items:
|
||||
description: EC2Filter is the configuration for filtering EC2 instances.
|
||||
description: Filter name and value pairs to limit the discovery process to a subset of available resources.
|
||||
properties:
|
||||
name:
|
||||
description: Name of the Filter.
|
||||
type: string
|
||||
values:
|
||||
description: Value to filter on.
|
||||
items:
|
||||
type: string
|
||||
minItems: 1
|
||||
type: array
|
||||
required:
|
||||
- name
|
||||
- values
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-map-keys:
|
||||
- name
|
||||
x-kubernetes-list-type: map
|
||||
port:
|
||||
description: |-
|
||||
The port to scrape metrics from. If using the public IP address, this must
|
||||
@@ -4799,7 +4817,10 @@ spec:
|
||||
lightSailSDConfigs:
|
||||
description: LightsailSDConfigs defines a list of Lightsail service discovery configurations.
|
||||
items:
|
||||
description: 'TODO: Need to document that we will not be supporting the `_file` fields.'
|
||||
description: |-
|
||||
LightSailSDConfig configurations allow retrieving scrape targets from AWS Lightsail instances.
|
||||
See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#lightsail_sd_config
|
||||
TODO: Need to document that we will not be supporting the `_file` fields.
|
||||
properties:
|
||||
accessKey:
|
||||
description: AccessKey is the AWS API key.
|
||||
@@ -5285,6 +5306,9 @@ spec:
|
||||
linodeSDConfigs:
|
||||
description: LinodeSDConfigs defines a list of Linode service discovery configurations.
|
||||
items:
|
||||
description: |-
|
||||
LinodeSDConfig configurations allow retrieving scrape targets from Linode's Linode APIv4.
|
||||
See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#linode_sd_config
|
||||
properties:
|
||||
authorization:
|
||||
description: Authorization header configuration.
|
||||
@@ -6039,6 +6063,90 @@ spec:
|
||||
- role
|
||||
type: object
|
||||
type: array
|
||||
ovhcloudSDConfigs:
|
||||
description: OVHCloudSDConfigs defines a list of OVHcloud service discovery configurations.
|
||||
items:
|
||||
description: |-
|
||||
OVHCloudSDConfig configurations allow retrieving scrape targets from OVHcloud's dedicated servers and VPS using their API.
|
||||
See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#ovhcloud_sd_config
|
||||
properties:
|
||||
applicationKey:
|
||||
description: Access key to use. https://api.ovh.com.
|
||||
minLength: 1
|
||||
type: string
|
||||
applicationSecret:
|
||||
description: SecretKeySelector selects a key of a Secret.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
consumerKey:
|
||||
description: SecretKeySelector selects a key of a Secret.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
endpoint:
|
||||
description: Custom endpoint to be used.
|
||||
minLength: 1
|
||||
type: string
|
||||
refreshInterval:
|
||||
description: Refresh interval to re-read the resources list.
|
||||
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
|
||||
service:
|
||||
allOf:
|
||||
- enum:
|
||||
- VPS
|
||||
- DedicatedServer
|
||||
- enum:
|
||||
- VPS
|
||||
- DedicatedServer
|
||||
description: Service of the targets to retrieve. Must be `VPS` or `DedicatedServer`.
|
||||
type: string
|
||||
required:
|
||||
- applicationKey
|
||||
- applicationSecret
|
||||
- consumerKey
|
||||
- service
|
||||
type: object
|
||||
type: array
|
||||
params:
|
||||
additionalProperties:
|
||||
items:
|
||||
@@ -6101,6 +6209,9 @@ spec:
|
||||
puppetDBSDConfigs:
|
||||
description: PuppetDBSDConfigs defines a list of PuppetDB service discovery configurations.
|
||||
items:
|
||||
description: |-
|
||||
PuppetDBSDConfig configurations allow retrieving scrape targets from PuppetDB resources.
|
||||
See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#puppetdb_sd_config
|
||||
properties:
|
||||
authorization:
|
||||
description: |-
|
||||
@@ -6642,6 +6753,291 @@ spec:
|
||||
description: SampleLimit defines per-scrape limit on number of scraped samples that will be accepted.
|
||||
format: int64
|
||||
type: integer
|
||||
scalewaySDConfigs:
|
||||
description: ScalewaySDConfigs defines a list of Scaleway instances and baremetal service discovery configurations.
|
||||
items:
|
||||
description: |-
|
||||
ScalewaySDConfig configurations allow retrieving scrape targets from Scaleway instances and baremetal services.
|
||||
See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scaleway_sd_config
|
||||
TODO: Need to document that we will not be supporting the `_file` fields.
|
||||
properties:
|
||||
accessKey:
|
||||
description: Access key to use. https://console.scaleway.com/project/credentials
|
||||
minLength: 1
|
||||
type: string
|
||||
apiURL:
|
||||
description: API URL to use when doing the server listing requests.
|
||||
pattern: ^http(s)?://.+$
|
||||
type: string
|
||||
enableHTTP2:
|
||||
description: Whether to enable HTTP2.
|
||||
type: boolean
|
||||
followRedirects:
|
||||
description: Configure whether HTTP requests follow HTTP 3xx redirects.
|
||||
type: boolean
|
||||
nameFilter:
|
||||
description: NameFilter specify a name filter (works as a LIKE) to apply on the server listing request.
|
||||
minLength: 1
|
||||
type: string
|
||||
noProxy:
|
||||
description: |-
|
||||
`noProxy` is a comma-separated string that can contain IPs, CIDR notation, domain names
|
||||
that should be excluded from proxying. IP and domain names can
|
||||
contain port numbers.
|
||||
|
||||
|
||||
It requires Prometheus >= v2.43.0.
|
||||
type: string
|
||||
port:
|
||||
description: The port to scrape metrics from.
|
||||
format: int32
|
||||
maximum: 65535
|
||||
minimum: 0
|
||||
type: integer
|
||||
projectID:
|
||||
description: Project ID of the targets.
|
||||
minLength: 1
|
||||
type: string
|
||||
proxyConnectHeader:
|
||||
additionalProperties:
|
||||
items:
|
||||
description: SecretKeySelector selects a key of a Secret.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
type: array
|
||||
description: |-
|
||||
ProxyConnectHeader optionally specifies headers to send to
|
||||
proxies during CONNECT requests.
|
||||
|
||||
|
||||
It requires Prometheus >= v2.43.0.
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
proxyFromEnvironment:
|
||||
description: |-
|
||||
Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY).
|
||||
If unset, Prometheus uses its default value.
|
||||
|
||||
|
||||
It requires Prometheus >= v2.43.0.
|
||||
type: boolean
|
||||
proxyUrl:
|
||||
description: |-
|
||||
`proxyURL` defines the HTTP proxy server to use.
|
||||
|
||||
|
||||
It requires Prometheus >= v2.43.0.
|
||||
pattern: ^http(s)?://.+$
|
||||
type: string
|
||||
refreshInterval:
|
||||
description: Refresh interval to re-read the list of instances.
|
||||
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
|
||||
role:
|
||||
description: Service of the targets to retrieve. Must be `Instance` or `Baremetal`.
|
||||
enum:
|
||||
- Instance
|
||||
- Baremetal
|
||||
type: string
|
||||
secretKey:
|
||||
description: Secret key to use when listing targets.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
tagsFilter:
|
||||
description: TagsFilter specify a tag filter (a server needs to have all defined tags to be listed) to apply on the server listing request.
|
||||
items:
|
||||
type: string
|
||||
minItems: 1
|
||||
type: array
|
||||
tlsConfig:
|
||||
description: TLS configuration to use on every scrape request
|
||||
properties:
|
||||
ca:
|
||||
description: Certificate authority used when verifying server certificates.
|
||||
properties:
|
||||
configMap:
|
||||
description: ConfigMap containing data to use for the targets.
|
||||
properties:
|
||||
key:
|
||||
description: The key to select.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the ConfigMap or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
secret:
|
||||
description: Secret containing data to use for the targets.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
type: object
|
||||
cert:
|
||||
description: Client certificate to present when doing client-authentication.
|
||||
properties:
|
||||
configMap:
|
||||
description: ConfigMap containing data to use for the targets.
|
||||
properties:
|
||||
key:
|
||||
description: The key to select.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the ConfigMap or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
secret:
|
||||
description: Secret containing data to use for the targets.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
type: object
|
||||
insecureSkipVerify:
|
||||
description: Disable target certificate validation.
|
||||
type: boolean
|
||||
keySecret:
|
||||
description: Secret containing the client key file for the targets.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
default: ""
|
||||
description: |-
|
||||
Name of the referent.
|
||||
This field is effectively required, but due to backwards compatibility is
|
||||
allowed to be empty. Instances of this type with an empty value here are
|
||||
almost certainly wrong.
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?
|
||||
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
serverName:
|
||||
description: Used to verify the hostname for the targets.
|
||||
type: string
|
||||
type: object
|
||||
zone:
|
||||
description: Zone is the availability zone of your targets (e.g. fr-par-1).
|
||||
minLength: 1
|
||||
type: string
|
||||
required:
|
||||
- accessKey
|
||||
- projectID
|
||||
- role
|
||||
- secretKey
|
||||
type: object
|
||||
type: array
|
||||
scheme:
|
||||
description: |-
|
||||
Configures the protocol scheme used for requests.
|
||||
|
||||
Reference in New Issue
Block a user