mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmagent/remotewrite: typo fix
This commit is contained in:
parent
cc39c9d74b
commit
6cdc97a53f
1 changed files with 1 additions and 1 deletions
|
@ -116,8 +116,8 @@ func Push(wr *prompbmarshal.WriteRequest) {
|
||||||
tssBlock = rctx.applyRelabeling(tssBlock)
|
tssBlock = rctx.applyRelabeling(tssBlock)
|
||||||
idx := atomic.AddUint64(&pssNextIdx, 1) % uint64(len(pss))
|
idx := atomic.AddUint64(&pssNextIdx, 1) % uint64(len(pss))
|
||||||
pss[idx].Push(tssBlock)
|
pss[idx].Push(tssBlock)
|
||||||
|
rctx.reset()
|
||||||
}
|
}
|
||||||
rctx.reset()
|
|
||||||
relabelCtxPool.Put(rctx)
|
relabelCtxPool.Put(rctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue