Explore: Remove exploreMixedDatasource feature toggle (#71534)

This commit is contained in:
Giordano Ricci
2023-07-17 12:25:49 +01:00
committed by GitHub
parent 480ccf6e8f
commit c5d2d55654
16 changed files with 122 additions and 264 deletions
-8
View File
@@ -79,14 +79,6 @@ var (
Stage: FeatureStageExperimental,
Owner: grafanaAppPlatformSquad,
},
{
Name: "exploreMixedDatasource",
Description: "Enable mixed datasource in Explore",
Stage: FeatureStageGeneralAvailability,
FrontendOnly: true,
Expression: "true", // turned on by default
Owner: grafanaExploreSquad,
},
{
Name: "newTraceViewHeader",
Description: "Shows the new trace view header",
-1
View File
@@ -10,7 +10,6 @@ lokiExperimentalStreaming,experimental,@grafana/observability-logs,false,false,f
featureHighlights,GA,@grafana/grafana-as-code,false,false,false,false
migrationLocking,preview,@grafana/backend-platform,false,false,false,false
storage,experimental,@grafana/grafana-app-platform-squad,false,false,false,false
exploreMixedDatasource,GA,@grafana/explore-squad,false,false,false,true
newTraceViewHeader,experimental,@grafana/observability-traces-and-profiling,false,false,false,true
correlations,preview,@grafana/explore-squad,false,false,false,false
datasourceQueryMultiStatus,experimental,@grafana/plugins-platform-backend,false,false,false,false
1 Name Stage Owner requiresDevMode RequiresLicense RequiresRestart FrontendOnly
10 featureHighlights GA @grafana/grafana-as-code false false false false
11 migrationLocking preview @grafana/backend-platform false false false false
12 storage experimental @grafana/grafana-app-platform-squad false false false false
exploreMixedDatasource GA @grafana/explore-squad false false false true
13 newTraceViewHeader experimental @grafana/observability-traces-and-profiling false false false true
14 correlations preview @grafana/explore-squad false false false false
15 datasourceQueryMultiStatus experimental @grafana/plugins-platform-backend false false false false
-4
View File
@@ -51,10 +51,6 @@ const (
// Configurable storage for dashboards, datasources, and resources
FlagStorage = "storage"
// FlagExploreMixedDatasource
// Enable mixed datasource in Explore
FlagExploreMixedDatasource = "exploreMixedDatasource"
// FlagNewTraceViewHeader
// Shows the new trace view header
FlagNewTraceViewHeader = "newTraceViewHeader"