Alerting: Add feature toggles for Alertmanager migration (#77372)

* Alerting: Add feature toggles for Alertmanager migration

* address code review comments
This commit is contained in:
Santiago
2023-10-30 17:27:08 +01:00
committed by GitHub
parent f3fe63e87e
commit 363830883c
5 changed files with 39 additions and 0 deletions

View File

@@ -156,6 +156,9 @@ Experimental features might be changed or removed without prior notice.
| `costManagementUi` | Toggles the display of the cost management ui plugin |
| `managedPluginsInstall` | Install managed plugins directly from plugins catalog |
| `prometheusPromQAIL` | Prometheus and AI/ML to assist users in creating a query |
| `alertmanagerRemoteSecondary` | Enable Grafana to sync configuration and state with a remote Alertmanager. |
| `alertmanagerRemotePrimary` | Enable Grafana to have a remote Alertmanager instance as the primary Alertmanager. |
| `alertmanagerRemoteOnly` | Disable the internal Alertmanager and only use the external one defined. |
## Development feature toggles