loki: remove fullRangeLogsVolume feature flag (#45286)

This commit is contained in:
Gábor Farkas
2022-02-15 09:05:03 +01:00
committed by GitHub
parent 9a12b3ea00
commit a612087c63
5 changed files with 21 additions and 64 deletions

View File

@@ -83,13 +83,6 @@ var (
State: FeatureStateAlpha,
FrontendOnly: true,
},
{
Name: "fullRangeLogsVolume",
Description: "Show full range logs volume in explore",
State: FeatureStateBeta,
FrontendOnly: true,
Expression: "true", // Enabled by default
},
{
Name: "accesscontrol",
Description: "Support robust access control",

View File

@@ -63,10 +63,6 @@ const (
// Loki datasource works as backend datasource
FlagLokiBackendMode = "lokiBackendMode"
// FlagFullRangeLogsVolume
// Show full range logs volume in explore
FlagFullRangeLogsVolume = "fullRangeLogsVolume"
// FlagAccesscontrol
// Support robust access control
FlagAccesscontrol = "accesscontrol"