mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 16:30:55 +01: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
959a667aa5
commit
91534057a3
@ -170,6 +170,7 @@ var rollupFuncsCannotAdjustWindow = map[string]bool{
|
|||||||
"ascent_over_time": true,
|
"ascent_over_time": true,
|
||||||
"descent_over_time": true,
|
"descent_over_time": true,
|
||||||
"zscore_over_time": true,
|
"zscore_over_time": true,
|
||||||
|
"first_over_time": true,
|
||||||
"last_over_time": true,
|
"last_over_time": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user