-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding additional filters to alerts & events list. (#21056)
* Allow adding event definition filter. * Allowing to filter by `priority`. * Use better way to show priority labels. * Allow filtering by aggregation timerange. * Adding generic input filter for `key` property. * Supporting multiple filters. * Supporting multiple `key` filters. * Adding license headers. * Adding changelog snippet. * Fixing linter hint. * Adding tests for generic filter input. * Handle non-absolute time ranges in aggregation time range filter as well. * Inverting condition. * Improve filtering logic for aggregation time range. * Fixing timestamp filter parsing for all time/now.
- Loading branch information
1 parent
bea028b
commit 9fca2ee
Showing
14 changed files
with
406 additions
and
93 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type = "a" | ||
message = "Allowing to filter events based on event definition, priority, key & aggregation time range." | ||
|
||
issues = ["21055"] | ||
pulls = ["21056"] |
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.