Dmytro Kozlov
Dmytro Kozlov
Hi @ldx ! Thank you for your issue. If it is possible can you share data which you try to import? It will help us to investigate the issue
Yeah, i understand)! I will try to reproduce it by myself. I think your data was compressed and that is why vmctl can't import it
Hi @ldx ! Do you use compactor which applies the compaction procedure? Also can you provide command how you run you thanos?
Thank you for the information. I will take a look and will try to reproduce it.
HI @rightly ! Can you dd lookbehind window into your increase request ``` sum by (instance) (increase(bind_incoming_queries_total{type="A"}[1m])/60) ``` And show graphs?
Hi @rightly ! No it doesn't. Now it shows you real image of your process. You should always use functions `increase` with lookbehind window. MetricsQL takes into account the previous...
Hi @enescanca ! Have you tried to use the troubleshooting part of the documentation https://docs.victoriametrics.com/Troubleshooting.html#unexpected-query-results ? Did it help?
Hi @Lusitaniae ! Thank you for your question. As i see from your error log there is present group and rule ``` invalid group \"generated-rules\" in file \"/tmp/source\": rule \"isOnline\"...
Hi @eddietanshuo ! This spikes doesn't depends on `maxParts` const. Because mergset process mostly is used for retention period. When it come mergset starts to merge tmeserises. But at the...
HI @eddietanshuo ! This error can happen when your empty disk size is lower than 20% of whole storage. If free disk space is lower than 20%, then VictoriaMetrics is...