From 4a7cc3e0f01bc7dba9c38ff271467ef1b6b1e1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Fri, 11 Feb 2022 11:28:27 +0100 Subject: [PATCH] loki: enable-by-default the full-range-logs-volume feature (try2) (#45246) * loki: enable-by-default the full-range-logs-volume feature * add explanation comment Co-authored-by: Ryan McKinley * fixed invalid code Co-authored-by: Ryan McKinley --- pkg/services/featuremgmt/registry.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 454abca8278..3348b9efdd5 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -88,6 +88,7 @@ var ( Description: "Show full range logs volume in explore", State: FeatureStateBeta, FrontendOnly: true, + Expression: "true", // Enabled by default }, { Name: "accesscontrol",