mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
loki: remove fullRangeLogsVolume feature flag (#45286)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user