grafana/pkg/registry/apis/featuretoggle
2024-10-15 07:46:08 +03:00
..
current_test.go Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 2024-07-26 16:39:23 +03:00
current.go Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 2024-07-26 16:39:23 +03:00
features.go K8s: Move ResourceInfo from common to utils (#92924) 2024-09-04 14:53:14 +03:00
README.md Feature Toggle Management: allow editing PublicPreview toggles (#81562) 2024-02-09 18:48:56 +02:00
register.go APIServer: add prometheus.Registerer to every init request (#94684) 2024-10-15 07:46:08 +03:00
toggles.go K8s: Move ResourceInfo from common to utils (#92924) 2024-09-04 14:53:14 +03: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.