Zipkin: Remove frontend query running code (#99557)
* Zipkin: Remove frontend query running code * Fix lint
This commit is contained in:
@@ -1587,13 +1587,6 @@ var (
|
||||
Owner: grafanaPluginsPlatformSquad,
|
||||
RequiresRestart: true,
|
||||
},
|
||||
{
|
||||
Name: "zipkinBackendMigration",
|
||||
Description: "Enables querying Zipkin data source without the proxy",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: grafanaOSSBigTent,
|
||||
Expression: "true", // enabled by default
|
||||
},
|
||||
{
|
||||
Name: "enableSCIM",
|
||||
Description: "Enables SCIM support for user and group management",
|
||||
|
||||
@@ -210,7 +210,6 @@ passwordlessMagicLinkAuthentication,experimental,@grafana/identity-access-team,f
|
||||
exploreMetricsRelatedLogs,experimental,@grafana/observability-metrics,false,false,true
|
||||
prometheusSpecialCharsInLabelValues,experimental,@grafana/oss-big-tent,false,false,true
|
||||
enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,true,false
|
||||
zipkinBackendMigration,GA,@grafana/oss-big-tent,false,false,false
|
||||
enableSCIM,experimental,@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
|
||||
|
||||
|
@@ -851,10 +851,6 @@ const (
|
||||
// Enables the extension admin page regardless of development mode
|
||||
FlagEnableExtensionsAdminPage = "enableExtensionsAdminPage"
|
||||
|
||||
// FlagZipkinBackendMigration
|
||||
// Enables querying Zipkin data source without the proxy
|
||||
FlagZipkinBackendMigration = "zipkinBackendMigration"
|
||||
|
||||
// FlagEnableSCIM
|
||||
// Enables SCIM support for user and group management
|
||||
FlagEnableSCIM = "enableSCIM"
|
||||
|
||||
@@ -4062,6 +4062,7 @@
|
||||
"name": "zipkinBackendMigration",
|
||||
"resourceVersion": "1733846643829",
|
||||
"creationTimestamp": "2024-11-07T09:35:53Z",
|
||||
"deletionTimestamp": "2025-01-27T11:47:54Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-12-10 16:04:03.82919 +0000 UTC"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user