diff --git a/packages/grafana-data/src/types/featureToggles.gen.ts b/packages/grafana-data/src/types/featureToggles.gen.ts index 5c44991aba8..8ac393b412c 100644 --- a/packages/grafana-data/src/types/featureToggles.gen.ts +++ b/packages/grafana-data/src/types/featureToggles.gen.ts @@ -565,10 +565,14 @@ export interface FeatureToggles { */ queryLibrary?: boolean; /** - * Enable suggested dashboards when creating new dashboards + * Enable dashboard library experiments that are production ready */ dashboardLibrary?: boolean; /** + * Enable suggested dashboards when creating new dashboards + */ + suggestedDashboards?: boolean; + /** * Sets the logs table as default visualisation in logs explore */ logsExploreTableDefaultVisualization?: boolean; diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 60d477ad62c..008ed41d566 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -971,6 +971,13 @@ var ( }, { Name: "dashboardLibrary", + Description: "Enable dashboard library experiments that are production ready", + Stage: FeatureStageExperimental, + Owner: grafanaSharingSquad, + FrontendOnly: false, + }, + { + Name: "suggestedDashboards", Description: "Enable suggested dashboards when creating new dashboards", Stage: FeatureStageExperimental, Owner: grafanaSharingSquad, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 98099178166..d2108887cb9 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -127,6 +127,7 @@ disableNumericMetricsSortingInExpressions,experimental,@grafana/oss-big-tent,fal grafanaManagedRecordingRules,experimental,@grafana/alerting-squad,false,false,false queryLibrary,preview,@grafana/sharing-squad,false,false,false dashboardLibrary,experimental,@grafana/sharing-squad,false,false,false +suggestedDashboards,experimental,@grafana/sharing-squad,false,false,false logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true alertingListViewV2,privatePreview,@grafana/alerting-squad,false,false,true alertingDisableSendAlertsExternal,experimental,@grafana/alerting-squad,false,false,false diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 60ad9a69431..f4701c6fb19 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -516,9 +516,13 @@ const ( FlagQueryLibrary = "queryLibrary" // FlagDashboardLibrary - // Enable suggested dashboards when creating new dashboards + // Enable dashboard library experiments that are production ready FlagDashboardLibrary = "dashboardLibrary" + // FlagSuggestedDashboards + // Enable suggested dashboards when creating new dashboards + FlagSuggestedDashboards = "suggestedDashboards" + // FlagLogsExploreTableDefaultVisualization // Sets the logs table as default visualisation in logs explore FlagLogsExploreTableDefaultVisualization = "logsExploreTableDefaultVisualization" diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index c656f948c18..e8c5715fe73 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -1082,14 +1082,14 @@ { "metadata": { "name": "dashboardLibrary", - "resourceVersion": "1760051989635", + "resourceVersion": "1762521182817", "creationTimestamp": "2025-09-26T16:02:12Z", "annotations": { - "grafana.app/updatedTimestamp": "2025-10-09 23:19:49.635811 +0000 UTC" + "grafana.app/updatedTimestamp": "2025-11-07 13:13:02.817210943 +0000 UTC" } }, "spec": { - "description": "Enable suggested dashboards when creating new dashboards", + "description": "Enable dashboard library experiments that are production ready", "stage": "experimental", "codeowner": "@grafana/sharing-squad" } @@ -3779,6 +3779,18 @@ "codeowner": "@grafana/search-and-storage" } }, + { + "metadata": { + "name": "suggestedDashboards", + "resourceVersion": "1762521182817", + "creationTimestamp": "2025-11-07T13:13:02Z" + }, + "spec": { + "description": "Enable suggested dashboards when creating new dashboards", + "stage": "experimental", + "codeowner": "@grafana/sharing-squad" + } + }, { "metadata": { "name": "tableNextGen",