Alerting: Create feature toggle for provisioning (#47167)

* Create feature flag for alerting provisioning

* Fix tabs for golint compliance
This commit is contained in:
Alexander Weaver
2022-04-01 01:32:00 -05:00
committed by GitHub
parent 38dc34359b
commit b8e277ee4c
4 changed files with 25 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
// To change feature flags, edit:
// pkg/services/featuremgmt/registry.go
// Then run tests in:
// pkg/services/featuremgmt/toggles_gen_test.go
package featuremgmt
var (
@@ -178,6 +183,11 @@ var (
Description: "Configurable storage for dashboards, datasources, and resources",
State: FeatureStateAlpha,
},
{
Name: "alertProvisioning",
Description: "Provisioning-friendly routes for alerting",
State: FeatureStateAlpha,
},
{
Name: "storageLocalUpload",
Description: "allow uploads to local storage",