Grafana are trying to resolve stats.grafana.org even when reporting is disabled

I’m using adguardhome as dns server at home and those messages are all over my its log.


Config

Grafana log have following

[analytics]
reporting_enabled = false
check_for_updates = false
check_for_plugin_updates = false

This is not enough to disable stats/telemetry/analitycs?

1 Like

Having the same issue too. Please fix!

Me too, same with pihole

Double check if config is applied properly. Increase log level to debug level and check logs. It may not be Grafana, also Loki (maybe other Grafana products as well) may be connecting to stats.grafana.org.

For anyone having the same problem: jangaraj is probably right. In my case it was Mimir which has reporting enabled.

Add this to your Mimir config:

usage_stats:
  enabled: false