NAME
IO::K8s::PrometheusOperator::V1::RemoteReadSpec - RemoteReadSpec defines the configuration for Prometheus to read back samples from a remote endpoint.
VERSION
version 1.108
authorization
authorization section for the URL.
It requires Prometheus >= v2.26.0.
Cannot be set at the same time as `basicAuth`, or `oauth2`.
basicAuth
basicAuth configuration for the URL.
Cannot be set at the same time as `authorization`, or `oauth2`.
bearerToken
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
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
filterExternalLabels defines whether to use the external labels as selectors for the remote read endpoint.
It requires Prometheus >= v2.34.0.
followRedirects
followRedirects defines whether HTTP requests follow HTTP 3xx redirects.
It requires Prometheus >= v2.26.0.
headers
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
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
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.
oauth2
oauth2 configuration for the URL.
It requires Prometheus >= v2.27.0.
Cannot be set at the same time as `authorization`, or `basicAuth`.
proxyConnectHeader
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.
proxyFromEnvironment
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
proxyUrl defines the HTTP proxy server to use.
readRecent
readRecent defines whether reads should be made for queries for time ranges that the local storage should have complete data for.
remoteTimeout
remoteTimeout defines the timeout for requests to the remote read endpoint.
requiredMatchers
requiredMatchers defines an optional list of equality matchers which have to be present in a selector to query the remote read endpoint.
tlsConfig
tlsConfig to use for the URL.
url
url defines the URL of the endpoint to query from.
It must use the HTTP or HTTPS scheme.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHORS
Torsten Raudssus <getty@cpan.org>
Jose Luis Martinez Torres <jlmartin@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004