prometheus/retrieval
Will Rouesnel 7810448dbe Add proxy_url parameter to allow specifying per-job HTTP proxy servers
Allow scrape_configs to have an optional proxy_url option which specifies
a proxy to be used for all connections to hosts in that config.

Internally this modifies the various client functions to take a *url.URL pointer
which currently must point to an HTTP proxy (but has been left open-ended to
allow the url format to be extended to support others, such as maybe SOCKS if
needed).
2015-08-08 04:29:27 +10:00
..
discovery fix consul port label 2015-07-31 16:20:17 +00:00
testdata Configuration options for bearer tokens, client certs & CA certs 2015-08-04 17:18:46 +01:00
helpers_test.go retrieval: add honor label handling and parametrized querying. 2015-06-23 13:45:14 +02:00
relabel.go Add 'hashmod' relabel action. 2015-06-24 21:14:53 +01:00
relabel_test.go Add 'hashmod' relabel action. 2015-06-24 21:14:53 +01:00
target.go Add proxy_url parameter to allow specifying per-job HTTP proxy servers 2015-08-08 04:29:27 +10:00
target_test.go Add proxy_url parameter to allow specifying per-job HTTP proxy servers 2015-08-08 04:29:27 +10:00
targetmanager.go Make scheme relabelable via discovery 2015-08-06 12:00:33 +01:00
targetmanager_test.go Retrieval: Make it possible to relabel query params 2015-07-31 10:09:28 +01:00