mirror of https://github.com/grafana/loki
Optimize .+ regex line filter (#8646)
Interpolated variables from Grafana dashboards may result in the regex matcher `.+`. Filters with `+` are already being rewritten to be non greedy but there is a further optimization to make replace the regex altogether with a filter that just matchers `len(line) > 0`pull/8668/head
parent
0c071d8a79
commit
c42a0ba868
Loading…
Reference in new issue