grafana / lezer-logql

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

Loki: Next steps for the LogQL Formatter #44

Open gwdawson opened 1 year ago

gwdawson commented 1 year ago

Format query is now released behind an experimental feature flag in grafana. This can be enabled by setting lokiFormatQuery = true in your grafana config.

Here are the steps we need to take to both, keep this updated and make it ready for GA:

  1. Keep updated with new LogQL syntax
  2. Address any bugs that are reported

### Know Bugs
- [ ] https://github.com/grafana/lezer-logql/issues/45
- [ ] https://github.com/grafana/lezer-logql/issues/46
- [ ] https://github.com/grafana/lezer-logql/issues/47
- [ ] https://github.com/grafana/lezer-logql/issues/48