grafana/pkg/registry/apis/featuretoggle
2024-07-11 23:23:31 +03:00
..
current_test.go Feature Toggle Management: allow editing PublicPreview toggles (#81562) 2024-02-09 18:48:56 +02:00
current.go Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
features.go K8s: Update grafana resource metadata accessor (#89074) 2024-06-12 14:39:37 +03:00
README.md Feature Toggle Management: allow editing PublicPreview toggles (#81562) 2024-02-09 18:48:56 +02:00
register.go DualWrite: Cleanup and centralize the dual write creation (#90013) 2024-07-11 23:23:31 +03:00
toggles.go K8s: Add apimachinery and apiserver packages (#83190) 2024-02-23 15:15:43 -05:00

This package supports the Feature toggle admin page feature.

In order to update feature toggles through the app, the PATCH handler calls a webhook that should update Grafana's configuration and restarts the instance.

For local development, set the app mode to development by adding app_mode = development to the top level of your Grafana .ini file.