prometheus/storage/remote
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
..
influxdb Add proxy_url parameter to allow specifying per-job HTTP proxy servers 2015-08-08 04:29:27 +10:00
opentsdb Add proxy_url parameter to allow specifying per-job HTTP proxy servers 2015-08-08 04:29:27 +10:00
queue_manager.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
queue_manager_test.go Allow writing to InfluxDB/OpenTSDB at the same time. 2015-04-02 20:24:38 +02:00
remote.go main: cleanup initialization of remote storage. 2015-06-23 18:24:48 +02:00