Remove jaegerBackendMigration feature toggle (#107702)

* remove feature toggle if statements

* remove unused impoerts

* remove unused private functions

* prettier

* official ft removal

* fix some failing tests in datasource.test.ts

* clean up test file

* update test names

* remove tests for testDatasource

* remove describe

* tests

* fix import order

* betterer
This commit is contained in:
Gareth
2025-07-10 15:54:16 +01:00
committed by GitHub
parent ac7a411c53
commit 84ef5bc744
11 changed files with 174 additions and 632 deletions
-7
View File
@@ -1261,13 +1261,6 @@ var (
Owner: grafanaObservabilityTracesAndProfilingSquad,
FrontendOnly: true,
},
{
Name: "jaegerBackendMigration",
Description: "Enables querying the Jaeger data source without the proxy",
Stage: FeatureStageGeneralAvailability,
Owner: grafanaOSSBigTent,
Expression: "true",
},
{
Name: "alertingUIOptimizeReducer",
Description: "Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query",
-1
View File
@@ -165,7 +165,6 @@ prometheusSpecialCharsInLabelValues,experimental,@grafana/oss-big-tent,false,fal
enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,true,false
enableSCIM,preview,@grafana/identity-access-team,false,false,false
crashDetection,experimental,@grafana/observability-traces-and-profiling,false,false,true
jaegerBackendMigration,GA,@grafana/oss-big-tent,false,false,false
alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true
azureMonitorEnableUserAuth,GA,@grafana/partner-datasources,false,false,false
alertingNotificationsStepMode,GA,@grafana/alerting-squad,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
165 enableExtensionsAdminPage experimental @grafana/plugins-platform-backend false true false
166 enableSCIM preview @grafana/identity-access-team false false false
167 crashDetection experimental @grafana/observability-traces-and-profiling false false true
jaegerBackendMigration GA @grafana/oss-big-tent false false false
168 alertingUIOptimizeReducer GA @grafana/alerting-squad false false true
169 azureMonitorEnableUserAuth GA @grafana/partner-datasources false false false
170 alertingNotificationsStepMode GA @grafana/alerting-squad false false true
-4
View File
@@ -671,10 +671,6 @@ const (
// Enables browser crash detection reporting to Faro.
FlagCrashDetection = "crashDetection"
// FlagJaegerBackendMigration
// Enables querying the Jaeger data source without the proxy
FlagJaegerBackendMigration = "jaegerBackendMigration"
// FlagAlertingUIOptimizeReducer
// Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query
FlagAlertingUIOptimizeReducer = "alertingUIOptimizeReducer"
@@ -1542,6 +1542,7 @@
"name": "jaegerBackendMigration",
"resourceVersion": "1751465665226",
"creationTimestamp": "2024-11-15T14:40:20Z",
"deletionTimestamp": "2025-07-07T14:12:35Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-07-02 14:14:25.226989 +0000 UTC"
}