chore: Update DataViz feature toggles related to 10.3 release to be public preview (#80109)

Update feature toggles for tooltips / canvas to be public preview
This commit is contained in:
Nathan Marrs
2024-01-05 18:40:11 -07:00
committed by GitHub
parent aa03b8f8a7
commit 2ff1e40a7f
3 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,6 @@ Some features are enabled by default. You can disable these feature by setting t
| `publicDashboards` | [Deprecated] Public dashboards are now enabled by default; to disable them, use the configuration setting. This feature toggle will be removed in the next major version. | Yes |
| `featureHighlights` | Highlight Grafana Enterprise features | |
| `exploreContentOutline` | Content outline sidebar | Yes |
| `newVizTooltips` | New visualizations tooltips UX | |
| `dataConnectionsConsole` | Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins. | Yes |
| `cloudWatchCrossAccountQuerying` | Enables cross-account querying in CloudWatch datasources | Yes |
| `redshiftAsyncQueryDataSupport` | Enable async query data support for Redshift | Yes |
@@ -68,6 +67,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `correlations` | Correlations page |
| `autoMigrateOldPanels` | Migrate old angular panels to supported versions (graph, table-old, worldmap, etc) |
| `disableAngular` | Dynamic flag to disable angular at runtime. The preferred method is to set `angular_support_enabled` to `false` in the [security] settings, which allows you to change the state at runtime. |
| `newVizTooltips` | New visualizations tooltips UX |
| `grpcServer` | Run the GRPC server |
| `accessControlOnCall` | Access control primitives for OnCall |
| `nestedFolders` | Enable folder nesting |
@@ -84,6 +84,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
| `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation |
| `pdfTables` | Enables generating table data as PDF in reporting |
| `canvasPanelPanZoom` | Allow pan and zoom in canvas panel |
| `regressionTransformation` | Enables regression analysis transformation |
## Experimental feature toggles
@@ -164,7 +165,6 @@ Experimental features might be changed or removed without prior notice.
| `extractFieldsNameDeduplication` | Make sure extracted field names are unique in the dataframe |
| `dashboardSceneForViewers` | Enables dashboard rendering using Scenes for viewer roles |
| `dashboardScene` | Enables dashboard rendering using scenes for all roles |
| `canvasPanelPanZoom` | Allow pan and zoom in canvas panel |
| `logsInfiniteScrolling` | Enables infinite scrolling for the Logs panel in Explore and Dashboards |
| `flameGraphItemCollapsing` | Allow collapsing of flame graph items |
| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected |