prometheus/util
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
..
cli util/cli: create CLI utility package 2015-06-18 21:28:03 +02:00
flock Building without a Makefile (on Windows) 2015-06-10 20:43:59 +02:00
httputil Add proxy_url parameter to allow specifying per-job HTTP proxy servers 2015-08-08 04:29:27 +10:00
route util/route: add WithParam function. 2015-06-08 21:38:49 +02:00
stats Move pkg/ to util/ 2015-06-01 21:12:32 +02:00
strutil util/strutil: do not panic on wrong duration unit. 2015-06-04 14:02:36 +02:00
testutil Move pkg/ to util/ 2015-06-01 21:12:32 +02:00