We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be very useful to be able to show each Filter Label, and each associated Filter Value, all as a tree.
For example:
namespace: a namespace: b namespace: c pod: 1 pod: 2 pod: 3
The output from the Business variable would be
> namespace [ ] a [ ] b [ ] c > pod: [ ] a [ ] b [ ] c
This would make filtering logs in Loki dramatically easier, since the U.I. being stuck at the top of the screen is less than desirable.
The text was updated successfully, but these errors were encountered:
vitPinchuk
No branches or pull requests
It would be very useful to be able to show each Filter Label, and each associated Filter Value, all as a tree.
For example:
The output from the Business variable would be
This would make filtering logs in Loki dramatically easier, since the U.I. being stuck at the top of the screen is less than desirable.
The text was updated successfully, but these errors were encountered: