mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmagent/remotewrite: yet another typo fix
This commit is contained in:
parent
c2e602286c
commit
0eed71c7f4
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ func Push(wr *prompbmarshal.WriteRequest) {
|
|||
if len(tssBlock) > maxRowsPerBlock {
|
||||
tssBlock = tss[:maxRowsPerBlock]
|
||||
tss = tss[maxRowsPerBlock:]
|
||||
} else {
|
||||
tss = nil
|
||||
}
|
||||
tssBlock = rctx.applyRelabeling(tssBlock)
|
||||
idx := atomic.AddUint64(&pssNextIdx, 1) % uint64(len(pss))
|
||||
|
|
Loading…
Reference in a new issue