mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-05 18:13:06 +03:00
The new version of github.com/VictoriaMetrics/metricsql handles $__interval and $__rate_interval inside rollup functions in more correct way - it drops square brakets, so VictoriaMetrics could automatically detect the needed lookbehind window depending on the time distance between real samples. For example, rate(m[$__rate_interval]) is parsed and processed as rate(m) now.