Jaeger: Enable jaegerBackendMigration feature toggle by default (#107526)

* Jaeger: Enable jaegerBackendMigration feature toggle by default

* fix test

* update old-arch test
This commit is contained in:
Gareth
2025-07-03 14:45:22 +01:00
committed by GitHub
parent 4f66c4a2a1
commit 185ce90a4b
9 changed files with 722 additions and 7602 deletions
+2 -1
View File
@@ -1264,8 +1264,9 @@ var (
{
Name: "jaegerBackendMigration",
Description: "Enables querying the Jaeger data source without the proxy",
Stage: FeatureStageExperimental,
Stage: FeatureStageGeneralAvailability,
Owner: grafanaOSSBigTent,
Expression: "true",
},
{
Name: "alertingUIOptimizeReducer",
+1 -1
View File
@@ -165,7 +165,7 @@ 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,experimental,@grafana/oss-big-tent,false,false,false
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
168 jaegerBackendMigration experimental GA @grafana/oss-big-tent false false false
169 alertingUIOptimizeReducer GA @grafana/alerting-squad false false true
170 azureMonitorEnableUserAuth GA @grafana/partner-datasources false false false
171 alertingNotificationsStepMode GA @grafana/alerting-squad false false true
+8 -4
View File
@@ -1524,13 +1524,17 @@
{
"metadata": {
"name": "jaegerBackendMigration",
"resourceVersion": "1750434297879",
"creationTimestamp": "2024-11-15T14:40:20Z"
"resourceVersion": "1751465665226",
"creationTimestamp": "2024-11-15T14:40:20Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-07-02 14:14:25.226989 +0000 UTC"
}
},
"spec": {
"description": "Enables querying the Jaeger data source without the proxy",
"stage": "experimental",
"codeowner": "@grafana/oss-big-tent"
"stage": "GA",
"codeowner": "@grafana/oss-big-tent",
"expression": "true"
}
},
{