mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
app/vmagent/remotewrite: yet another typo fix
This commit is contained in:
parent
c2e602286c
commit
0eed71c7f4
@ -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 New Issue
Block a user