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 ce910a7eb2
FeatureFlags: manage creation/modification times automatically (#82131)
1 year ago
..
README.md Feature Toggle Management: allow editing PublicPreview toggles (#81562) 1 year ago
current.go Feature Toggle Management: allow editing PublicPreview toggles (#81562) 1 year ago
current_test.go Feature Toggle Management: allow editing PublicPreview toggles (#81562) 1 year ago
features.go FeatureFlags: manage creation/modification times automatically (#82131) 1 year ago
register.go FeatureFlags: manage creation/modification times automatically (#82131) 1 year ago
toggles.go

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.