VictoriaMetrics/app/vmalert/remotewrite
Jiekun 623d257faf
app/vmalert: respect batch size limit for remote write on shutdown (#6039)
During shutdown period of vmalert, remotewrite client retrieve all pending time series from buffer queue, compose them into 1 batch and execute remote write.

This final batch may exceed the limit of -remoteWrite.maxBatchSize, and be rejected by the receiver (gateway, vmcluster or others). 

This changes ensures that even during shutdown vmalert won't exceed the max batch size limit for remote write
destination.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6025
2024-03-29 14:27:50 +01:00
..
client.go app/vmalert: respect batch size limit for remote write on shutdown (#6039) 2024-03-29 14:27:50 +01:00
client_test.go app/vmalert: respect batch size limit for remote write on shutdown (#6039) 2024-03-29 14:27:50 +01:00
debug_client.go app/vmbackup: support client-side TLS configuration for create/delete snapshot API (#5738) 2024-02-08 15:52:00 +01:00
debug_client_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
init.go app/vmbackup: support client-side TLS configuration for create/delete snapshot API (#5738) 2024-02-08 15:52:00 +01:00
init_test.go Vmalert tests (#3975) 2023-03-17 15:57:24 +01:00
remotewrite.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00