prometheus operator v0.93.1

Prometheus.spec.initContainers.livenessProbe.tcpSocket.port.spec.remoteRead

remoteRead defines the list of remote read configurations.

18 fields
Prometheus.spec.initContainers.livenessProbe.tcpSocket.port.spec.remoteRead fields and descriptions
Field / TypeDescription
object

authorization section for the URL. It requires Prometheus >= v2.26.0. Cannot be set at the same time as `basicAuth`, or `oauth2`.

object

basicAuth configuration for the URL. Cannot be set at the same time as `authorization`, or `oauth2`.

bearerToken
string

bearerToken is deprecated: this will be removed in a future release. *Warning: this field shouldn't be used because the token value appears in clear-text. Prefer using `authorization`.*

bearerTokenFile
string

bearerTokenFile defines the file from which to read the bearer token for the URL. Deprecated: this will be removed in a future release. Prefer using `authorization`.

filterExternalLabels
boolean

filterExternalLabels defines whether to use the external labels as selectors for the remote read endpoint. It requires Prometheus >= v2.34.0.

followRedirects
boolean

followRedirects defines whether HTTP requests follow HTTP 3xx redirects. It requires Prometheus >= v2.26.0.

map[string]string

headers defines the custom HTTP headers to be sent along with each remote read request. Be aware that headers that are set by Prometheus itself can't be overwritten. Only valid in Prometheus versions 2.26.0 and newer.

name
string

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. It requires Prometheus >= v2.15.0.

noProxy
string

noProxy defines 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, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.

object

oauth2 configuration for the URL. It requires Prometheus >= v2.27.0. Cannot be set at the same time as `authorization`, or `basicAuth`.

map[string]object[]

proxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.

  • x-kubernetes-map-type: "atomic"
proxyFromEnvironment
boolean

proxyFromEnvironment defines whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.

proxyUrl
string

proxyUrl defines the HTTP proxy server to use.

  • pattern: ^(http|https|socks5)://.+$
readRecent
boolean

readRecent defines whether reads should be made for queries for time ranges that the local storage should have complete data for.

remoteTimeout
string

remoteTimeout defines the timeout for requests to the remote read endpoint.

  • pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
map[string]string

requiredMatchers defines an optional list of equality matchers which have to be present in a selector to query the remote read endpoint.

object

tlsConfig to use for the URL.

url
string required

url defines the URL of the endpoint to query from. It must use the HTTP or HTTPS scheme.

  • pattern: ^(http|https)://.+$