Alerting: Update DbStore to use disabled orgs from the config (#52156)

* update DbStore to use UnifiedAlerting settings
* remove disabled orgs from scheduler and use config in db store instead
* remove test
This commit is contained in:
Yuriy Tseretyan
2022-07-15 14:13:30 -04:00
committed by GitHub
parent 35d98104ad
commit 6e1e4a4215
13 changed files with 41 additions and 54 deletions

View File

@@ -316,8 +316,6 @@ type ListAlertRulesQuery struct {
}
type GetAlertRulesForSchedulingQuery struct {
ExcludeOrgIDs []int64
Result []*SchedulableAlertRule
}