-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LogsVolumePanel: support filtering logs from the selected level (#474)
* feat(LogsVolumePanel): support filtering logs from the selected level * chore(LogsVolumePanel): do nothing for AppendToSelection * feat(Variables): introduce levels variable * feat(IndexScene): add levels as a variable * feat(AddToFiltersButton): use VAR_LEVELS for level filtering * feat(LogsVolumePanel): use logs volume stream selector for queries * test(AddToFiltersButton): update * test(AddToFiltersButton): update * feat(LogsVolumePanel): apply level visibility overrides * fix(panel): fix override * chore(routing): add new levels variable * feat(Filters): add replaceFilter function * fix(LogsVolumePanel): toggle or replace filters when clicking on level * fix(panel): set __systemRef to hideSeriesFrom * fix(ServiceScene): add VAR_LEVELS to variable dependency config * chore: add space * fix(LogsListScene): update handleIsFilterLabelActive to support VAR_LEVELS * feat(LogsVolumePanel): toggle visibility in state subscription * chore(LogsVolumePanel): store subscription * chore: fix test The whole thing is unmockable and it's not worth it * chore: test e2e patch * Revert "chore: test e2e patch" This reverts commit 13df68d. * chore: bad merge * chore: try Grafana main image * chore: fix e2e * chore: fix e2e test * fix(LabelBreakdownScene): add levels to queries * chore: fix e2e
- Loading branch information
Showing
13 changed files
with
178 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.