Alerting: GA alertingPreviewUpgrade and enable by default (#82038)
* Alerting: GA alertingPreviewUpgrade and enable by default
This commit is contained in:
@@ -37,8 +37,8 @@ When upgrading with either method, your legacy dashboard alerts and notification
|
||||
| **Stakeholder Involvement** | ☑️ Collaboration and review of adjusted alerts | ❌ Review only available after upgrade |
|
||||
| **Provisioning Support** | ☑️ Configure new as-code before upgrading, simultaneous provisioning | ❌ No built-in provisioning support |
|
||||
| **Simplicity** | ❌ May take longer to complete | ☑️ Fast, one-step process |
|
||||
| **Technical Requirements** | Feature flag enabled, Grafana v10.3.0+ | Grafana v9.0.0+ |
|
||||
| **Suited for:** | ☑️ Complex setups, risk-averse environments, collaborative teams, heavy as-code use | ☑️ Simple setups, testing environments, large fleets |
|
||||
| **Version** | Grafana v10.3.0+ | Grafana v9.0.0+ |
|
||||
|
||||
## Upgrade with Preview (Recommended)
|
||||
|
||||
@@ -46,7 +46,7 @@ When upgrading with either method, your legacy dashboard alerts and notification
|
||||
|
||||
- Grafana `v10.3.0 or later`.
|
||||
- Grafana administrator access.
|
||||
- Enable `alertingPreviewUpgrade` [feature toggle]({{< relref "../../../setup-grafana/configure-grafana/feature-toggles" >}}).
|
||||
- Enable `alertingPreviewUpgrade` [feature toggle]({{< relref "../../../setup-grafana/configure-grafana/feature-toggles" >}}) (enabled by default in v10.4.0 or later).
|
||||
|
||||
### Suited for
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@ Some features are enabled by default. You can disable these feature by setting t
|
||||
| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected | Yes |
|
||||
| `displayAnonymousStats` | Enables anonymous stats to be shown in the UI for Grafana | Yes |
|
||||
| `lokiQueryHints` | Enables query hints for Loki | Yes |
|
||||
| `alertingPreviewUpgrade` | Show Unified Alerting preview and upgrade page in legacy alerting | Yes |
|
||||
| `alertingQueryOptimization` | Optimizes eligible queries in order to reduce load on datasources | |
|
||||
| `jitterAlertRules` | Distributes alert rule evaluations more evenly over time, by rule group | |
|
||||
|
||||
@@ -86,7 +87,6 @@ Some features are enabled by default. You can disable these feature by setting t
|
||||
| `pdfTables` | Enables generating table data as PDF in reporting |
|
||||
| `canvasPanelPanZoom` | Allow pan and zoom in canvas panel |
|
||||
| `regressionTransformation` | Enables regression analysis transformation |
|
||||
| `alertingPreviewUpgrade` | Show Unified Alerting preview and upgrade page in legacy alerting |
|
||||
| `groupToNestedTableTransformation` | Enables the group to nested table transformation |
|
||||
|
||||
## Experimental feature toggles
|
||||
|
||||
Reference in New Issue
Block a user