grafana / lezer-logql

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

Add support for pattern match/not-match line filters #63

Closed periklis closed 4 months ago

periklis commented 4 months ago

Enables support for parsing LogQL expression with pattern match line filters such as:

{ app="foobar" }  |> "I <_>"| json

and

{ app="foobar" }  !> "I <_>"| json
periklis commented 4 months ago

@matyax @gwdawson Would you mind to take a look on this one?

matyax commented 4 months ago

Please let me know when it's ready to review again. I will probably commit to your branch to bump a patch version and include this in the changelog. Thank you!

periklis commented 4 months ago

@matyax Ready for review again and thanks again for the quick response

matyax commented 4 months ago

Thank you @periklis !