Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Builder Mode in Grafana #48

Open
tenmozes opened this issue Jul 18, 2024 · 1 comment
Open

Support Builder Mode in Grafana #48

tenmozes opened this issue Jul 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tenmozes
Copy link
Contributor

We need to add support for autocompletion for labels in Builder mode in Grafana

the same feature in Loki

builder-ac

@hagen1778 hagen1778 added the enhancement New feature or request label Jul 31, 2024
@Loori-R
Copy link
Contributor

Loori-R commented Aug 13, 2024

Roadmap for Future Improvements:

  • Support for the NOT operator. Example expressions: _time:5m error NOT buggy_app and _time:5m log.level:error !(buggy_app OR foobar).
  • Support for creating nested queries directly from the UI builder. Currently, it can parse nested queries but does not allow users to create them.
  • Support for using pipes in queries. The list of available pipes can be found here.
  • Support for various LogsQL filters. The complete list of filters is available here.
  • Support for expressions where application identifiers (e.g., buggy_app and foobar) are stored in a specific field. For example: _time:5m log.level:error !(app:buggy_app OR app:foobar)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants