mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
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:
parent
aa03b8f8a7
commit
2ff1e40a7f
@ -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 |
|
||||
|
@ -155,10 +155,10 @@ var (
|
||||
{
|
||||
Name: "newVizTooltips",
|
||||
Description: "New visualizations tooltips UX",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Stage: FeatureStagePublicPreview,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDatavizSquad,
|
||||
AllowSelfServe: true,
|
||||
AllowSelfServe: false,
|
||||
Created: time.Date(2023, time.November, 3, 12, 0, 0, 0, time.UTC),
|
||||
},
|
||||
{
|
||||
@ -1183,7 +1183,7 @@ var (
|
||||
{
|
||||
Name: "canvasPanelPanZoom",
|
||||
Description: "Allow pan and zoom in canvas panel",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStagePublicPreview,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDatavizSquad,
|
||||
Created: time.Date(2023, time.December, 27, 12, 0, 0, 0, time.UTC),
|
||||
|
@ -16,7 +16,7 @@ traceToMetrics,experimental,@grafana/observability-traces-and-profiling,2022-03-
|
||||
autoMigrateOldPanels,preview,@grafana/dataviz-squad,2022-06-11,false,false,false,true
|
||||
disableAngular,preview,@grafana/dataviz-squad,2023-03-23,false,false,false,true
|
||||
canvasPanelNesting,experimental,@grafana/dataviz-squad,2022-05-31,false,false,false,true
|
||||
newVizTooltips,GA,@grafana/dataviz-squad,2023-11-03,false,false,false,true
|
||||
newVizTooltips,preview,@grafana/dataviz-squad,2023-11-03,false,false,false,true
|
||||
scenes,experimental,@grafana/dashboards-squad,2022-07-07,false,false,false,true
|
||||
disableSecretsCompatibility,experimental,@grafana/hosted-grafana-team,2022-07-13,false,false,true,false
|
||||
logRequestsInstrumentedAsUnknown,experimental,@grafana/hosted-grafana-team,2022-06-10,false,false,false,false
|
||||
@ -139,7 +139,7 @@ dashboardScene,experimental,@grafana/dashboards-squad,2023-11-13,false,false,fal
|
||||
panelFilterVariable,experimental,@grafana/dashboards-squad,2023-11-03,false,false,false,true
|
||||
pdfTables,preview,@grafana/sharing-squad,2023-11-06,false,false,false,false
|
||||
ssoSettingsApi,experimental,@grafana/identity-access-team,2023-11-08,true,false,false,false
|
||||
canvasPanelPanZoom,experimental,@grafana/dataviz-squad,2023-12-27,false,false,false,true
|
||||
canvasPanelPanZoom,preview,@grafana/dataviz-squad,2023-12-27,false,false,false,true
|
||||
logsInfiniteScrolling,experimental,@grafana/observability-logs,2023-11-09,false,false,false,true
|
||||
flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profiling,2023-11-09,false,false,false,true
|
||||
alertingDetailsViewV2,experimental,@grafana/alerting-squad,2023-11-09,false,false,false,true
|
||||
|
|
Loading…
Reference in New Issue
Block a user