Closed svennergr closed 1 year ago
Discovered in https://github.com/grafana/grafana/pull/65287 a query like {label="value",} would currently be considered valid. With this PR this is fixed.
{label="value",}
Matchers can already contain ,, so it's enough to remove "{" Matchers "," "}".
Matchers
,
"{" Matchers "," "}"
Discovered in https://github.com/grafana/grafana/pull/65287 a query like
{label="value",}
would currently be considered valid. With this PR this is fixed.Matchers
can already contain,
, so it's enough to remove"{" Matchers "," "}"
.