From 85bd2639bcbc69cb1adea51d338e80dfa15a43af Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:32:45 -0500 Subject: [PATCH] [v10.0.x] disable a feature toggle that is on by default (#73578) disable a feature toggle that is on by default (#69438) * disable a feature toggle that is on by default We document how to enable a feature toggle, but not how to disable one. This adds the config setting to disable a toggle that is on by default. * remove "alpha" Alpha features are not the only ones that can be enabled, and we don't use the term "alpha" anymore. Co-authored-by: Giordano Ricci * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * makes prettier --------- Co-authored-by: Giordano Ricci Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer (cherry picked from commit 4a6057db6582ff508cbe31b3f93686e83bfb6f60) Co-authored-by: Mitch Seaman --- docs/sources/setup-grafana/configure-grafana/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index dd1438e2923..a1b18e4dc2e 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -2206,7 +2206,11 @@ For more information about Grafana Enterprise, refer to [Grafana Enterprise]({{< ### enable -Keys of alpha features to enable, separated by space. +Keys of features to enable, separated by space. + +### FEATURE_TOGGLE_NAME = false + +Some feature toggles for stable features are on by default. Use this setting to disable an on-by-default feature toggle with the name FEATURE_TOGGLE_NAME, for example, `exploreMixedDatasource = false`. ## [date_formats]