Alerting: take datasources as external alertmanagers into consideration (#52534)
This commit is contained in:
committed by
GitHub
parent
5c4aa4a7ac
commit
50ae42130b
@@ -58,9 +58,10 @@ type NGalertConfig struct {
|
||||
type AlertmanagersChoice string
|
||||
|
||||
const (
|
||||
AllAlertmanagers AlertmanagersChoice = "all"
|
||||
InternalAlertmanager AlertmanagersChoice = "internal"
|
||||
ExternalAlertmanagers AlertmanagersChoice = "external"
|
||||
AllAlertmanagers AlertmanagersChoice = "all"
|
||||
InternalAlertmanager AlertmanagersChoice = "internal"
|
||||
ExternalAlertmanagers AlertmanagersChoice = "external"
|
||||
HandleGrafanaManagedAlerts = "handleGrafanaManagedAlerts"
|
||||
)
|
||||
|
||||
// swagger:model
|
||||
|
||||
Reference in New Issue
Block a user