From fcc243886c9be28c80e180e66f1e40ac6ba144aa Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Mon, 10 Nov 2025 15:50:29 -0500 Subject: [PATCH] chore: change ownership of disableSSEDataplane and sseGroupByDatasource (#113640) --- pkg/services/featuremgmt/registry.go | 4 ++-- pkg/services/featuremgmt/toggles_gen.csv | 4 ++-- pkg/services/featuremgmt/toggles_gen.json | 18 ++++++++++++------ 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index b37a2b4066b..fdfc6cfd7c6 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -219,7 +219,7 @@ var ( Name: "disableSSEDataplane", Description: "Disables dataplane specific processing in server side expressions.", Stage: FeatureStageExperimental, - Owner: grafanaObservabilityMetricsSquad, + Owner: grafanaDatasourcesCoreServicesSquad, }, { Name: "unifiedRequestLog", @@ -381,7 +381,7 @@ var ( Name: "sseGroupByDatasource", Description: "Send query to the same datasource in a single request when using server side expressions. The `cloudWatchBatchQueries` feature toggle should be enabled if this used with CloudWatch.", Stage: FeatureStageExperimental, - Owner: grafanaObservabilityMetricsSquad, + Owner: grafanaDatasourcesCoreServicesSquad, }, { Name: "lokiRunQueriesInParallel", diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index b5087ecf2a0..dff17f73355 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -26,7 +26,7 @@ influxqlStreamingParser,experimental,@grafana/partner-datasources,false,false,fa influxdbRunQueriesInParallel,privatePreview,@grafana/partner-datasources,false,false,false lokiLogsDataplane,experimental,@grafana/observability-logs,false,false,false dataplaneFrontendFallback,GA,@grafana/observability-metrics,false,false,true -disableSSEDataplane,experimental,@grafana/observability-metrics,false,false,false +disableSSEDataplane,experimental,@grafana/grafana-datasources-core-services,false,false,false unifiedRequestLog,GA,@grafana/grafana-backend-group,false,false,false renderAuthJWT,preview,@grafana/grafana-operator-experience-squad,false,false,false refactorVariablesTimeRange,preview,@grafana/dashboards-squad,false,false,false @@ -48,7 +48,7 @@ configurableSchedulerTick,experimental,@grafana/alerting-squad,false,true,false dashgpt,GA,@grafana/dashboards-squad,false,false,true aiGeneratedDashboardChanges,experimental,@grafana/dashboards-squad,false,false,true reportingRetries,preview,@grafana/grafana-operator-experience-squad,false,true,false -sseGroupByDatasource,experimental,@grafana/observability-metrics,false,false,false +sseGroupByDatasource,experimental,@grafana/grafana-datasources-core-services,false,false,false lokiRunQueriesInParallel,privatePreview,@grafana/observability-logs,false,false,false externalServiceAccounts,preview,@grafana/identity-access-team,false,false,false enableNativeHTTPHistogram,experimental,@grafana/grafana-backend-services-squad,false,true,false diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 73958dd44f0..67af5cd1dc1 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -1319,13 +1319,16 @@ { "metadata": { "name": "disableSSEDataplane", - "resourceVersion": "1753448760331", - "creationTimestamp": "2023-04-12T16:24:34Z" + "resourceVersion": "1762552416963", + "creationTimestamp": "2023-04-12T16:24:34Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-11-07 21:53:36.963146843 +0000 UTC" + } }, "spec": { "description": "Disables dataplane specific processing in server side expressions.", "stage": "experimental", - "codeowner": "@grafana/observability-metrics" + "codeowner": "@grafana/grafana-datasources-core-services" } }, { @@ -3755,13 +3758,16 @@ { "metadata": { "name": "sseGroupByDatasource", - "resourceVersion": "1753448760331", - "creationTimestamp": "2023-09-07T20:02:07Z" + "resourceVersion": "1762552416963", + "creationTimestamp": "2023-09-07T20:02:07Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-11-07 21:53:36.963146843 +0000 UTC" + } }, "spec": { "description": "Send query to the same datasource in a single request when using server side expressions. The `cloudWatchBatchQueries` feature toggle should be enabled if this used with CloudWatch.", "stage": "experimental", - "codeowner": "@grafana/observability-metrics" + "codeowner": "@grafana/grafana-datasources-core-services" } }, {