The feature toggle system in Grafana is composed of several code entities and generated artifacts that together provide definition, evaluation, and consumption of feature flags across both backend and frontend., Learn how to configure Grafana and understand configuration options., The Prometheus /metrics endpoint doesn't seem to be disabled when setting the key under [metrics]. I've tried setting it in the grafana.ini file and further via the environment variable. I can confirm that /admin/settings reports that metrics enabled = false, but the /metrics endpoint still puts out , See Set up Grafana monitoring for more information about these metrics. The analytics config options are used to control the 'phone home' analytics, but as these frontend metrics aren't reported back to Grafana, they're not controlled via this., Grafana incorporates feature toggles which let you introduce new functionality safeguarded by control flags. This allows Grafana administrators the flexibility to determine the appropriate timing for enabling or disabling specific features. For detailed information about particular features and how they operate, refer to Configure Feature Toggles., I’m running the latest version of Grafana in a container. Our Grafana instance is exposed externally, so we’d like to disable the /metrics endpoint, since we don’t use it anyway. According to the docs, I can set the metrics enabled value to false to disable it, but this doesn’t seem to do anything. I’ve configured Grafana using environment variables in Docker, so I attempted to .