mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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
fb3d1380ac
commit
88e8bed0c9
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ var rollupFuncsCannotAdjustWindow = map[string]bool{
|
|||
"increase": true,
|
||||
"predict_linear": true,
|
||||
"resets": true,
|
||||
"avg_over_time": true,
|
||||
"sum_over_time": true,
|
||||
"count_over_time": true,
|
||||
"quantile_over_time": true,
|
||||
|
|
Loading…
Reference in a new issue