mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
app/vmselect/promql: typo fix after 3e557c9861
This commit is contained in:
parent
3e557c9861
commit
3107c633e3
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