Revert "Explore: Add Mixed Datasource (#51605)" (#52889)

This reverts commit e2258120e7.
This commit is contained in:
Kristina
2022-07-27 10:17:31 -05:00
committed by GitHub
parent a4355bd6e4
commit 6ecc420534
18 changed files with 87 additions and 194 deletions
-6
View File
@@ -159,12 +159,6 @@ var (
State: FeatureStateBeta,
FrontendOnly: true,
},
{
Name: "exploreMixedDatasource",
Description: "Enable mixed datasource in Explore",
State: FeatureStateAlpha,
FrontendOnly: true,
},
{
Name: "tracing",
Description: "Adds trace ID to error notifications",
-4
View File
@@ -119,10 +119,6 @@ const (
// Experimental Explore to Dashboard workflow
FlagExplore2Dashboard = "explore2Dashboard"
// FlagExploreMixedDatasource
// Enable mixed datasource in Explore
FlagExploreMixedDatasource = "exploreMixedDatasource"
// FlagTracing
// Adds trace ID to error notifications
FlagTracing = "tracing"