mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
app/vmagent/remotewrite: typo fix
This commit is contained in:
parent
db6f4e4af1
commit
b9b46cb8dc
@ -116,8 +116,8 @@ func Push(wr *prompbmarshal.WriteRequest) {
|
||||
tssBlock = rctx.applyRelabeling(tssBlock)
|
||||
idx := atomic.AddUint64(&pssNextIdx, 1) % uint64(len(pss))
|
||||
pss[idx].Push(tssBlock)
|
||||
rctx.reset()
|
||||
}
|
||||
rctx.reset()
|
||||
relabelCtxPool.Put(rctx)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user