app/vmselect/prometheus: do not extend [d] to the detected interval between samples for first_over_time(m[d])

This is for the sake of consistency with similar change for the last_over_time(m[d]) at a724229b5d
This commit is contained in:
Aliaksandr Valialkin 2021-08-21 19:54:25 +03:00
parent 41fdfdb895
commit 4f3a5742eb

View file

@ -170,6 +170,7 @@ var rollupFuncsCannotAdjustWindow = map[string]bool{
"ascent_over_time": true,
"descent_over_time": true,
"zscore_over_time": true,
"first_over_time": true,
"last_over_time": true,
}