VictoriaMetrics/app/vmagent/remotewrite
Nikolay 1d1ba889fe
adds pushback for fastqueue, (#1075)
during shutdown currently sending block was lost,
now its pushed back to fast queue and will be flushed on disk,
it may lead to data duplication.
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1065
2021-02-17 21:23:38 +02:00
..
client.go adds pushback for fastqueue, (#1075) 2021-02-17 21:23:38 +02:00
pendingseries.go app/vmagent: add -remoteWrite.roundDigits command-line option for limiting the number of digits after the point for stored values 2021-02-01 14:27:09 +02:00
relabel.go app/{vmalert,vmagent}: skip empty values in -remoteWrite.label and -label lists 2020-12-08 14:55:13 +02:00
remotewrite.go adds pushback for fastqueue, (#1075) 2021-02-17 21:23:38 +02:00
statconn.go all: use net.Dial instead of fasthttp.Dial, because fasthttp.Dial limits the number of concurrent dials to 1000 2021-01-11 12:53:30 +02:00