mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
app/vmselect/promql: typo fix after 7ca8ebef20
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5332
This commit is contained in:
parent
a0f02d06d7
commit
633ec37022
1 changed files with 1 additions and 1 deletions
|
@ -1675,7 +1675,7 @@ func evalRollupFuncWithMetricExpr(qt *querytracer.Tracer, ec *EvalConfig, funcNa
|
|||
}
|
||||
ec.updateIsPartialResponse(isPartial)
|
||||
if !isPartial {
|
||||
rollupResultCacheV.PutSeries(qt, ec, expr, window, tss)
|
||||
rollupResultCacheV.PutSeries(qt, ec, expr, window, rvs)
|
||||
}
|
||||
return rvs, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue