mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
app/vmagent/remotewrite: typo fix after 50f5eae0e0
This commit is contained in:
parent
895cb3e7c6
commit
207b4a6c58
@ -124,7 +124,7 @@ func (rctx *relabelCtx) applyRelabeling(tss []prompbmarshal.TimeSeries, extraLab
|
||||
}
|
||||
}
|
||||
labels = pcs.Apply(labels, labelsLen)
|
||||
labels = promrelabel.FinalizeLabels(labels[:0], labels)
|
||||
labels = promrelabel.FinalizeLabels(labels[:labelsLen], labels)
|
||||
if len(labels) == labelsLen {
|
||||
// Drop the current time series, since relabeling removed all the labels.
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user