mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Live: default to constant label value for pipeline (#39211)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user