VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin 1f89278d88
all: subsitute ioutil.ReadAll with io.ReadAll
ioutil.ReadAll is deprecated since Go1.16 - see https://tip.golang.org/doc/go1.16#ioutil
VictoriaMetrics requires at least Go1.18, so it is OK to switch from ioutil.ReadAll to io.ReadAll.

This is a follow-up for 02ca2342ab
2022-08-22 00:16:37 +03:00
..
client.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:37 +03:00
pendingseries.go app/vmagent/remotewrite: prevent from infinite recursion panic when pushing a time series with big number of samples to remote storage 2022-03-18 19:06:22 +02:00
relabel.go app: allow specifying http and https urls in the following command-line flags 2021-12-03 00:10:02 +02:00
remotewrite.go lib/promscrape: follow-up after 2c553d5a2f 2022-08-08 14:46:26 +03:00
statconn.go app/vmagent: properly initialize stdDialer 2022-04-06 13:57:20 +03:00