ScrapeConfig.spec.consulSDConfigs[].tlsConfig.cert.secret.spec.httpSDConfigs
HTTPSDConfigs defines a list of HTTP service discovery configurations.
| Field / Type | Description |
|---|---|
Authorization header configuration to authenticate against the target HTTP endpoint. | |
BasicAuth information to authenticate against the target HTTP endpoint. More info: https://prometheus.io/docs/operating/configuration/#endpoints | |
noProxy | `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. |
ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0.
| |
proxyFromEnvironment | 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. |
proxyUrl | `proxyURL` defines the HTTP proxy server to use. It requires Prometheus >= v2.43.0.
|
refreshInterval | RefreshInterval configures the refresh interval at which Prometheus will re-query the endpoint to update the target list.
|
TLS configuration applying to the target HTTP endpoint. | |
url | URL from which the targets are fetched.
|