mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
This commit adds new metrics `vmalert_remotewrite_queue_capacity` and `vmalert_remotewrite_queue_size`, which is updated with each push and it's frequency depends on `-remoteWrite.concurrency`, `remoteWrite.flushInterval` It doesn't account for the pending data within each pushers request, it should provide a general indication of the queue usage. Related PR https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10765