VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin 43c39dc36c vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp
The upstream fasthttp may contain issues like 996610f021 ,
plus a code that isn't used by VictoriaMetrics. So let's use a private copy under our control instead.
2020-04-29 17:33:34 +03:00
..
client.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
pendingseries.go app/vmagent: add -remoteWrite.maxBlockSize command-line flag for limiting the maximum size of unpacked block to send to remote storage 2020-02-25 19:57:47 +02:00
relabel.go app/vmagent: add -remoteWrite.urlRelabelConfig for applying individual relabeling for each -remoteWrite.url 2020-03-03 13:12:16 +02:00
remotewrite.go app/vmagent: properly add labels set via -remoteWrite.label to metrics before sending them to -remoteWrite.url 2020-03-06 19:26:58 +02:00
statconn.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00