mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
4369bc1df2
During background downsampling, rate(vm_deduplicated_samples_total{type="merge"}) could be much bigger than rate(vm_rows_added_to_storage_total) and it could last quite some time, which causes negative values of Storage full ETA and confuses users, see playground. Instead of trying to get more accurate results during downsampling, I think it's ok to ignore vm_deduplicated_samples_total at all, it's more reasonable to see Storage full ETA increase after downsampling. --------- Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com> |
||
---|---|---|
.. | ||
vm | ||
backupmanager.json | ||
clusterbytenant.json | ||
Makefile | ||
operator.json | ||
README.md | ||
victorialogs.json | ||
victoriametrics-cluster.json | ||
victoriametrics.json | ||
vmagent.json | ||
vmalert.json |
VictoriaMetrics dashboards
The directory contains the official list of Grafana dashboards for VictoriaMetrics components.
The vm
folder contains copies of the listed dashboards but alternated to use
VictoriaMetrics datasource.
The listed dashboards can be found on Grafana website.
When making changes to the dashboards in dashboards
folder, don't forget to call make dashboards-sync
and sync changes to Grafana website.