mirror of https://github.com/prometheus/prometheus
Add documentation for custom headers.
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu> Signed-off-by: Julien <roidelapluie@o11y.eu>pull/14660/head
parent
5bd8988637
commit
ed2e18d7de
|
@ -307,6 +307,17 @@ tls_config:
|
||||||
[ proxy_connect_header:
|
[ proxy_connect_header:
|
||||||
[ <string>: [<secret>, ...] ] ]
|
[ <string>: [<secret>, ...] ] ]
|
||||||
|
|
||||||
|
# Custom HTTP headers to be sent along with each request.
|
||||||
|
# Headers that are set by Prometheus itself can't be overwritten.
|
||||||
|
http_headers:
|
||||||
|
# Header name.
|
||||||
|
[ <string>:
|
||||||
|
# Header values.
|
||||||
|
[ values: [<string>, ...] ]
|
||||||
|
# Headers values. Hidden in configuration page.
|
||||||
|
[ secrets: [<secret>, ...] ]
|
||||||
|
# Files to read header values from.
|
||||||
|
[ files: [<string>, ...] ] ]
|
||||||
|
|
||||||
# List of Azure service discovery configurations.
|
# List of Azure service discovery configurations.
|
||||||
azure_sd_configs:
|
azure_sd_configs:
|
||||||
|
|
Loading…
Reference in New Issue