mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/streamaggr: added aggregation windows
This commit is contained in:
parent
129b2236ef
commit
aca33307a9
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ func (as *rateAggrState) flushState(ctx *flushCtx, flushTimestamp int64, idx int
|
|||
state.lastValues[idx] = rateLastValueState{}
|
||||
sv.state[k1] = state
|
||||
}
|
||||
|
||||
sv.mu.Unlock()
|
||||
|
||||
if as.suffix == "rate_avg" && totalItems > 0 {
|
||||
|
|
Loading…
Reference in a new issue