mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
app/vmselect/promql: allow setting [d]
window smaller than the interval between raw points for avg_over_time
This makes `avg_over_time` behavior consistent with `sum_over_time` and `count_over_time` behaviors. Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/636
This commit is contained in:
parent
039c9d2441
commit
b1f6843bd0
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ var rollupFuncsCannotAdjustWindow = map[string]bool{
|
||||||
"increase": true,
|
"increase": true,
|
||||||
"predict_linear": true,
|
"predict_linear": true,
|
||||||
"resets": true,
|
"resets": true,
|
||||||
|
"avg_over_time": true,
|
||||||
"sum_over_time": true,
|
"sum_over_time": true,
|
||||||
"count_over_time": true,
|
"count_over_time": true,
|
||||||
"quantile_over_time": true,
|
"quantile_over_time": true,
|
||||||
|
|
Loading…
Reference in a new issue