Browse Source

Merge pull request #14660 from roidelapluie/customheaders

Add documentation for custom headers.
pull/14734/head
Julien 3 months ago committed by GitHub
parent
commit
93f27409cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      docs/configuration/configuration.md

11
docs/configuration/configuration.md

@ -307,6 +307,17 @@ tls_config:
[ proxy_connect_header:
[ <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.
azure_sd_configs:

Loading…
Cancel
Save