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
Ryan McKinley a223c46506
APIServer: Make TableConverter part of ResourceInfo (#91520)
1 year ago
..
README.md Feature Toggle Management: allow editing PublicPreview toggles (#81562) 2 years ago
current.go Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 1 year ago
current_test.go Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 1 year ago
features.go APIServer: Make TableConverter part of ResourceInfo (#91520) 1 year ago
register.go DualWrite: Cleanup and centralize the dual write creation (#90013) 2 years ago
toggles.go K8s: Add apimachinery and apiserver packages (#83190) 2 years 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.