grafana / lezer-logql

LogQL lezer grammar
Apache License 2.0
3 stars 4 forks source link

LogQL: add sort and sort_desc support #56

Closed matyax closed 1 year ago

matyax commented 1 year ago

Adding support to sort and sort_desc for proper query handling, validation, and syntax highlighting.

Reference: https://github.com/grafana/loki/blob/main/pkg/logql/syntax/expr.y

LogQL part of https://github.com/grafana/grafana/issues/70882

Trees before:

Before 1

Before 2

Trees after:

After 2

After 1