VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin 3b246aa569 app/vmagent: add -remoteWrite.proxyURL command-line option
This option allows writing data to `-remoteWrite.url` via http, https or socks5 proxy.
This is similar to `proxy_url` option in `remote_write` section of Prometheus.
See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write
2020-07-20 19:31:08 +03:00
..
client.go app/vmagent: add -remoteWrite.proxyURL command-line option 2020-07-20 19:31:08 +03:00
pendingseries.go app/vmagent/remotewrite: remove unused import after the commit 93267f143f 2020-05-15 17:42:31 +03:00
relabel.go app/vmagent/remotewrite: allow passing empty -remoteWrite.urlRelabelConfig entries 2020-07-20 15:49:13 +03:00
remotewrite.go app/vmagent/remotewrite: return proper value from tssRelabelPool.New 2020-07-14 14:28:14 +03:00
statconn.go app/vmagent: add -remoteWrite.proxyURL command-line option 2020-07-20 19:31:08 +03:00