Skip to content

Commit

Permalink
Make Proxy Connect Headers consistent with Prometheus
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie committed Dec 16, 2022
1 parent 35f2661 commit 29205a5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,9 @@ The other placeholders are specified separately.

# HTTP proxy server to use to connect to the targets.
[ proxy_url: <string> ]

# Headers to pass to the HTTP proxy. If set, proxy_url must also be set.
[ proxy_connect_header:
<string>: <string> ...
...
]
# Specifies headers to send to proxies during CONNECT requests.
[ proxy_connect_headers:
[ <string>: [<secret>, ...] ] ]

# Skip DNS resolution and URL change when an HTTP proxy (proxy_url) is set.
[ skip_resolve_phase_with_proxy: <boolean> | default = false ]
Expand Down

0 comments on commit 29205a5

Please sign in to comment.