From 08f274ba732323412fca2a1cba1be125190bde30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Fri, 13 Jun 2025 20:26:14 +0200 Subject: [PATCH] Features: Remove xrayApplicationSignals feature toggle (#106547) Features: Remove xrayApplicationSignals toggle --- packages/grafana-data/src/types/featureToggles.gen.ts | 4 ---- pkg/services/featuremgmt/registry.go | 9 --------- pkg/services/featuremgmt/toggles_gen.csv | 1 - pkg/services/featuremgmt/toggles_gen.go | 4 ---- pkg/services/featuremgmt/toggles_gen.json | 3 ++- 5 files changed, 2 insertions(+), 19 deletions(-) diff --git a/packages/grafana-data/src/types/featureToggles.gen.ts b/packages/grafana-data/src/types/featureToggles.gen.ts index 5b3213e4932..7104c35e4bc 100644 --- a/packages/grafana-data/src/types/featureToggles.gen.ts +++ b/packages/grafana-data/src/types/featureToggles.gen.ts @@ -954,10 +954,6 @@ export interface FeatureToggles { */ alertingRuleRecoverDeleted?: boolean; /** - * Support Application Signals queries in the X-Ray datasource - */ - xrayApplicationSignals?: boolean; - /** * use multi-tenant path for awsTempCredentials */ multiTenantTempCredentials?: boolean; diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index b79febda1c3..9bda392120c 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1636,15 +1636,6 @@ var ( HideFromDocs: true, Expression: "true", // enabled by default }, - { - Name: "xrayApplicationSignals", - Description: "Support Application Signals queries in the X-Ray datasource", - Stage: FeatureStageExperimental, - Owner: awsDatasourcesSquad, - FrontendOnly: true, - HideFromAdminPage: true, - HideFromDocs: true, - }, { Name: "multiTenantTempCredentials", Description: "use multi-tenant path for awsTempCredentials", diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 5d5375d1532..024c22ddd55 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -214,7 +214,6 @@ unifiedStorageGrpcConnectionPool,experimental,@grafana/search-and-storage,false, extensionSidebar,experimental,@grafana/observability-logs,false,false,true alertingRulePermanentlyDelete,GA,@grafana/alerting-squad,false,false,true alertingRuleRecoverDeleted,GA,@grafana/alerting-squad,false,false,true -xrayApplicationSignals,experimental,@grafana/aws-datasources,false,false,true multiTenantTempCredentials,experimental,@grafana/aws-datasources,false,false,false localizationForPlugins,experimental,@grafana/plugins-platform-backend,false,false,false unifiedNavbars,GA,@grafana/plugins-platform-backend,false,false,true diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 37e9cd6fa94..274dfd44b51 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -867,10 +867,6 @@ const ( // Enables the UI functionality to recover and view deleted alert rules FlagAlertingRuleRecoverDeleted = "alertingRuleRecoverDeleted" - // FlagXrayApplicationSignals - // Support Application Signals queries in the X-Ray datasource - FlagXrayApplicationSignals = "xrayApplicationSignals" - // FlagMultiTenantTempCredentials // use multi-tenant path for awsTempCredentials FlagMultiTenantTempCredentials = "multiTenantTempCredentials" diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 1b38f0befe7..b07062495f8 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -3465,7 +3465,8 @@ "metadata": { "name": "xrayApplicationSignals", "resourceVersion": "1743693517832", - "creationTimestamp": "2025-04-01T14:42:02Z" + "creationTimestamp": "2025-04-01T14:42:02Z", + "deletionTimestamp": "2025-06-11T11:57:58Z" }, "spec": { "description": "Support Application Signals queries in the X-Ray datasource",