Live: default to constant label value for pipeline (#39211)

This commit is contained in:
Atif Shoukat Ali
2021-09-15 13:10:52 -07:00
committed by GitHub
parent 3d0fa70b3b
commit 64ff15c157
@@ -197,6 +197,8 @@ func (c *ExactJsonConverter) Convert(_ context.Context, vars Vars, body []byte)
return nil, err
}
labels[label.Name] = v
} else {
labels[label.Name] = label.Value
}
}
field.Labels = labels