From 2ff1e40a7f7c896a72b9c6506d027aa8b7826cee Mon Sep 17 00:00:00 2001 From: Nathan Marrs Date: Fri, 5 Jan 2024 18:40:11 -0700 Subject: [PATCH] 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 --- .../configure-grafana/feature-toggles/index.md | 4 ++-- pkg/services/featuremgmt/registry.go | 6 +++--- pkg/services/featuremgmt/toggles_gen.csv | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index fd815737da9..3e4da820a9d 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -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 | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 7af80e6bf97..063eef6043c 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -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), diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 42cf19f6ab1..18ca371774a 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -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