Alerting: Allow Rules to Schedule to be filtered by Rule Group (#59990)

* Alerting: Allow Rules to Schedule to be filtered by Rule Group
This commit is contained in:
gotjosh
2023-04-13 12:55:42 +01:00
committed by GitHub
parent fef43fff7b
commit 2bbf0c9de4
6 changed files with 243 additions and 129 deletions

View File

@@ -398,6 +398,7 @@ type CountAlertRulesQuery struct {
type GetAlertRulesForSchedulingQuery struct {
PopulateFolders bool
RuleGroups []string
ResultRules []*AlertRule
ResultFoldersTitles map[string]string