The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/registry/apis/featuretoggle
Stephanie Hingtgen ef6e28b955
K8s: Make v0alpha1 opt-in (#107056)
4 weeks ago
..
README.md Feature Toggle Management: allow editing PublicPreview toggles (#81562) 1 year ago
current.go Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 12 months ago
current_test.go Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 12 months ago
features.go K8s: Move ResourceInfo from common to utils (#92924) 11 months ago
register.go K8s: Make v0alpha1 opt-in (#107056) 4 weeks ago
toggles.go K8s: Move ResourceInfo from common to utils (#92924) 11 months ago

README.md

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.