VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin ad6290953c 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:28:49 +03:00
..
client.go app/vmagent: add -remoteWrite.proxyURL command-line option 2020-07-20 19:28:49 +03:00
pendingseries.go app/vmagent/remotewrite: remove unused import after the commit 93267f143f 2020-05-15 17:42:19 +03:00
relabel.go app/vmagent/remotewrite: allow passing empty -remoteWrite.urlRelabelConfig entries 2020-07-20 15:49:27 +03:00
remotewrite.go app/vmagent/remotewrite: return proper value from tssRelabelPool.New 2020-07-14 14:29:20 +03:00
statconn.go app/vmagent: add -remoteWrite.proxyURL command-line option 2020-07-20 19:28:49 +03:00