mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
app/vminsert/influx: take into account all the tags for consistent hash calculations
This commit is contained in:
parent
db21d46417
commit
ba58af9d8c
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ func (ctx *pushCtx) InsertRows(at *auth.Token, db string) error {
|
|||
ctx.metricGroupBuf = append(ctx.metricGroupBuf[:0], r.Measurement...)
|
||||
ctx.metricGroupBuf = append(ctx.metricGroupBuf, '.')
|
||||
metricGroupPrefixLen := len(ctx.metricGroupBuf)
|
||||
ic.Labels = ic.Labels[:0]
|
||||
ic.AddLabel("", "placeholder")
|
||||
placeholderLabel := &ic.Labels[len(ic.Labels)-1]
|
||||
for j := range r.Fields {
|
||||
|
|
Loading…
Reference in a new issue