@grafana/lezer-logql
Advanced tools
Changelog
0.2.6 / 2023-06-03
0.2.6
. Added support for pattern match/not-match line filters.Changelog
0.2.4 / 2023-06-03
0.2.4
. Added support for negative numbers.Changelog
0.2.3 / 2023-11-24
0.2.3
. Fix allowing the use of ip
as a label name and correctly parse queries with it.Changelog
0.2.2 / 2023-11-24
0.2.2
. Added support for or
in line filter expressions.Changelog
0.2.1 / 2023-10-17
0.2.1
. Added support for sort()
and sort_desc()
.Changelog
0.2.0 / 2023-08-26
0.2.0
. Breaking changes: Logfmt now supports flags (--strict, --keep-empty) and arguments (labels), so Logfmt nodes are no longer LabelParser
and will generate LogfmtParser
and LogfmtExpressionParser
nodes.