grafana / lezer-logql

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

feat: Support negative numbers in LogQL #61

Closed matyax closed 5 months ago

matyax commented 5 months ago

Mirrors https://github.com/grafana/loki/pull/13091

Adds negative number support to the LogQL parser.

Tree

ivanahuckova commented 5 months ago

@matyax do you want to wait with this until https://github.com/grafana/loki/pull/13091 is merged, as this is currently not supported by loki.

matyax commented 5 months ago

https://github.com/grafana/loki/pull/13091 merged