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
Leonor Oliveira fd44f2ee4f
Init dualwriter metrics (#89003)
11 months ago
..
README.md Feature Toggle Management: allow editing PublicPreview toggles (#81562) 1 year ago
current.go Chore: Move identity and errutil to apimachinery module (#89116) 11 months ago
current_test.go Feature Toggle Management: allow editing PublicPreview toggles (#81562) 1 year ago
features.go K8s: Update grafana resource metadata accessor (#89074) 11 months ago
register.go Init dualwriter metrics (#89003) 11 months ago
toggles.go K8s: Add apimachinery and apiserver packages (#83190) 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.