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 36c38b5310
APIServer: add prometheus.Registerer to every init request (#94684)
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 K8s: Move ResourceInfo from common to utils (#92924) 1 year ago
register.go APIServer: add prometheus.Registerer to every init request (#94684) 1 year ago
toggles.go K8s: Move ResourceInfo from common to utils (#92924) 1 year 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.