File tree 2 files changed +4
-5
lines changed
docs/sources/setup-grafana/configure-grafana/feature-toggles
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Some stable features are enabled by default. You can disable a stable feature by
44
44
| ` validateDashboardsOnSave ` | Validate dashboard JSON POSTed to api/dashboards/db |
45
45
| ` autoMigrateGraphPanels ` | Replace the angular graph panel with timeseries |
46
46
| ` datasourceLogger ` | Logs all datasource requests |
47
+ | ` accessControlOnCall ` | Access control primitives for OnCall |
47
48
48
49
## Alpha feature toggles
49
50
@@ -111,5 +112,4 @@ The following toggles require explicitly setting Grafana's [app mode]({{< relref
111
112
| ` grpcServer ` | Run GRPC server |
112
113
| ` entityStore ` | SQL-based entity store (requires storage flag also) |
113
114
| ` queryLibrary ` | Reusable query library |
114
- | ` accessControlOnCall ` | Access control primitives for OnCall |
115
115
| ` nestedFolders ` | Enable folder nesting |
Original file line number Diff line number Diff line change @@ -353,10 +353,9 @@ var (
353
353
State : FeatureStateBeta ,
354
354
},
355
355
{
356
- Name : "accessControlOnCall" ,
357
- Description : "Access control primitives for OnCall" ,
358
- State : FeatureStateAlpha ,
359
- RequiresDevMode : true ,
356
+ Name : "accessControlOnCall" ,
357
+ Description : "Access control primitives for OnCall" ,
358
+ State : FeatureStateBeta ,
360
359
},
361
360
{
362
361
Name : "nestedFolders" ,
You can’t perform that action at this time.
0 commit comments