prometheus/storage/remote/opentsdb
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
..
client.go Add proxy_url parameter to allow specifying per-job HTTP proxy servers 2015-08-08 04:29:27 +10:00
client_test.go Add experimental InfluxDB write support. 2015-04-01 02:03:16 +02:00
tagvalue.go Fix typo. 2014-03-25 12:22:18 +01:00
tagvalue_test.go New encoding for OpenTSDB tag values (and metric names). 2014-03-21 17:18:44 +01:00