Prometheus.spec.initContainers.securityContext.seccompProfile.spec.remoteRead
Defines the list of remote read configurations.
| Field / Type | Description |
|---|---|
Authorization section for the URL. It requires Prometheus >= v2.26.0. Cannot be set at the same time as `basicAuth`, or `oauth2`. | |
BasicAuth configuration for the URL. Cannot be set at the same time as `authorization`, or `oauth2`. | |
bearerToken | *Warning: this field shouldn't be used because the token value appears in clear-text. Prefer using `authorization`.* Deprecated: this will be removed in a future release. |
bearerTokenFile | File from which to read the bearer token for the URL. Deprecated: this will be removed in a future release. Prefer using `authorization`. |
filterExternalLabels | Whether to use the external labels as selectors for the remote read endpoint. It requires Prometheus >= v2.34.0. |
followRedirects | Configure whether HTTP requests follow HTTP 3xx redirects. It requires Prometheus >= v2.26.0. |
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 | 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. It requires Prometheus >= v2.15.0. |
OAuth2 configuration for the URL. It requires Prometheus >= v2.27.0. Cannot be set at the same time as `authorization`, or `basicAuth`. | |
proxyUrl | Optional ProxyURL. |
readRecent | Whether reads should be made for queries for time ranges that the local storage should have complete data for. |
remoteTimeout | Timeout for requests to the remote read endpoint.
|
An optional list of equality matchers which have to be present in a selector to query the remote read endpoint. | |
TLS Config to use for the URL. | |
url | The URL of the endpoint to query from. |