grafana/pkg/registry/apis/featuretoggle
2024-02-23 15:15:43 -05:00
..
current_test.go Feature Toggle Management: allow editing PublicPreview toggles (#81562) 2024-02-09 18:48:56 +02:00
current.go K8s: Add apimachinery and apiserver packages (#83190) 2024-02-23 15:15:43 -05:00
features.go K8s: Add apimachinery and apiserver packages (#83190) 2024-02-23 15:15:43 -05:00
README.md Feature Toggle Management: allow editing PublicPreview toggles (#81562) 2024-02-09 18:48:56 +02:00
register.go K8s: Add apimachinery and apiserver packages (#83190) 2024-02-23 15:15:43 -05: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.