-
What Grafana version and what operating system are you using?
Grafana OSS v11.0 on Docker -
What are you trying to achieve?
Disable the deprecation warning for Angular panel plugin using environment variables. I would like to not use a config file if possible because I have done all the other configuration via environment variables It is not very well documented how to use environment variables to disable feature toggles, only enable new ones, at Configure Grafana | Grafana documentation -
How are you trying to achieve it?
I have used this environment variable: GF_FEATURE_TOGGLES_ANGULARDEPRECATIONUI=False -
What happened?
The deprecation warning is still shown when I open a dashboard with an Angular panel plugin. -
What did you expect to happen?
No deprecation warning should be visible
. -
Can you copy/paste the configuration(s) that you are having problems with?
GF_FEATURE_TOGGLES_ANGULARDEPRECATIONUI -
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No -
Did you follow any online instructions? If so, what is the URL?
All other Grafana environment variables have been set using the official documentation (and works), but the documentation for feature toggles and environment variables is not clear: Configure Grafana | Grafana documentation
A similar question for another feature toggle has been asked here, but no replies: How to disable feature toggle that is enabled by default