CloudMigrations: Add config for alert rules state behavior and remove experimental feature toggle on alerts migration (#97254)
* CloudMigrations: add config for controlling alert rules state behavior * CloudMigrations: remove experimental 'onPremToCloudMigrationsAlerts' feature toggle
This commit is contained in:
@@ -1949,6 +1949,10 @@ timeout = 30s
|
||||
;feedback_url = ""
|
||||
# How frequently should the frontend UI poll for changes while resources are migrating
|
||||
;frontend_poll_interval = 2s
|
||||
# Controls how the Alert Rules are migrated. Available choices: "paused" and "unchanged". Default: "paused".
|
||||
# With "paused", all Alert Rules will be created in Paused state. This is helpful to avoid double notifications.
|
||||
# With "unchanged", all Alert Rules will be created with the pause state unchanged coming from the source instance.
|
||||
;alert_rules_state = "paused"
|
||||
|
||||
################################## Frontend development configuration ###################################
|
||||
# Warning! Any settings placed in this section will be available on `process.env.frontend_dev_{foo}` within frontend code
|
||||
|
||||
Reference in New Issue
Block a user