Closed matyax closed 1 year ago
This PR adds support to the DISTINCT filter expression added in https://github.com/grafana/loki/pull/8662
Examples:
{app="order"} | json | distinct id
{app="order"} | json | distinct id, time
Generated tree:
Part of https://github.com/grafana/grafana/issues/68170
Oh I see. I will update this accordingly.
If I understood correctly, now both grammars should match. Also bumped the version.
This PR adds support to the DISTINCT filter expression added in https://github.com/grafana/loki/pull/8662
Examples:
Generated tree:
Part of https://github.com/grafana/grafana/issues/68170