Loki: remove frontend mode code (#50185)

* feature-flag removed

* loki: remove frontend-mode
This commit is contained in:
Gábor Farkas
2022-06-08 08:14:34 +02:00
committed by GitHub
parent fd664e4beb
commit 50145e1617
8 changed files with 262 additions and 1406 deletions

View File

@@ -72,13 +72,6 @@ var (
State: FeatureStateBeta,
FrontendOnly: true,
},
{
Name: "lokiBackendMode",
Description: "Loki datasource works as backend datasource",
State: FeatureStateAlpha,
FrontendOnly: true,
Expression: "true", // Enabled by default
},
{
Name: "prometheus_azure_auth",
Description: "Experimental. Azure authentication for Prometheus datasource",

View File

@@ -55,10 +55,6 @@ const (
// show service
FlagTempoServiceGraph = "tempoServiceGraph"
// FlagLokiBackendMode
// Loki datasource works as backend datasource
FlagLokiBackendMode = "lokiBackendMode"
// FlagPrometheusAzureAuth
// Experimental. Azure authentication for Prometheus datasource
FlagPrometheusAzureAuth = "prometheus_azure_auth"