mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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:
parent
41fdfdb895
commit
4f3a5742eb
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue