VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin 1b911f6965 app/vmagent/remotewrite: retry sending data if the server closes keep-alive connection
This should fix the following error when sending data to remote storage:

couldn't send a block with size XX bytes to "YYY": the server closed connection before returning the first response byte. Make sure the server returns 'Connection: close' response header before closing the connection
2020-04-17 15:53:17 +03:00
..
client.go app/vmagent/remotewrite: retry sending data if the server closes keep-alive connection 2020-04-17 15:53:17 +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:58:11 +02:00
relabel.go app/vmagent: add -remoteWrite.urlRelabelConfig for applying individual relabeling for each -remoteWrite.url 2020-03-03 13:13:06 +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:28:14 +02:00
statconn.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00