Alerting: Enable simplified routing FF by default (#84856)

This commit is contained in:
Matthew Jacobson
2024-03-22 13:45:20 -04:00
committed by GitHub
parent c57c033522
commit 980b9a62c6
6 changed files with 53 additions and 49 deletions

View File

@@ -54,6 +54,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server | Yes |
| `managedPluginsInstall` | Install managed plugins directly from plugins catalog | Yes |
| `annotationPermissionUpdate` | Change the way annotation permissions work by scoping them to folders and dashboards. | Yes |
| `alertingSimplifiedRouting` | Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule | Yes |
| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected | Yes |
| `lokiQueryHints` | Enables query hints for Loki | Yes |
| `enablePluginsTracingByDefault` | Enable plugin tracing for all external plugins | Yes |
@@ -95,7 +96,6 @@ Some features are enabled by default. You can disable these feature by setting t
| `pdfTables` | Enables generating table data as PDF in reporting |
| `ssoSettingsApi` | Enables the SSO settings API and the OAuth configuration UIs in Grafana |
| `canvasPanelPanZoom` | Allow pan and zoom in canvas panel |
| `alertingSimplifiedRouting` | Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule |
| `regressionTransformation` | Enables regression analysis transformation |
| `groupToNestedTableTransformation` | Enables the group to nested table transformation |
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |