mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
![]() consistently use `vmagent_remotewrite_pending_data_bytes` on vmagent dashboard to represent persistent queue size.
`vmagent_remotewrite_pending_data_bytes =
vm_persistentqueue_bytes_pending + pendingInmemoryBytes`
According to panel description, `vmagent_remotewrite_pending_data_bytes`
is more accurate.
>Persistent queue size shows size of pending samples in bytes which
hasn't been flushed to remote storage yet.
And we already use `vmagent_remotewrite_pending_data_bytes` in other two
panels.
|
||
---|---|---|
.. | ||
backupmanager.json | ||
clusterbytenant.json | ||
operator.json | ||
victorialogs.json | ||
victoriametrics-cluster.json | ||
victoriametrics.json | ||
vmagent.json | ||
vmalert.json | ||
vmauth.json |