mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/promql: typo fix after 3e557c9861
This commit is contained in:
parent
94cc677b0c
commit
3526e8768a
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ func rollupRateOverSum(rfa *rollupFuncArg) float64 {
|
||||||
if len(values) == 0 {
|
if len(values) == 0 {
|
||||||
return nan
|
return nan
|
||||||
}
|
}
|
||||||
prevTimestamp = timestamps[1]
|
prevTimestamp = timestamps[0]
|
||||||
values = values[1:]
|
values = values[1:]
|
||||||
timestamps = timestamps[1:]
|
timestamps = timestamps[1:]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue