|
244 | 244 | # No ip addresses are being tracked, only simple counters to track |
245 | 245 | # running instances, dashboard and error counts. It is very helpful to us. |
246 | 246 | # Change this option to false to disable reporting. |
247 | | -;reporting_enabled = true |
| 247 | +reporting_enabled = false |
248 | 248 |
|
249 | 249 | # The name of the distributor of the Grafana instance. Ex hosted-grafana, grafana-labs |
250 | 250 | ;reporting_distributor = grafana-labs |
|
254 | 254 | # in some UI views to notify that a grafana update exists. |
255 | 255 | # This option does not cause any auto updates, nor send any information |
256 | 256 | # only a GET request to https://raw.githubusercontent.com/grafana/grafana/main/latest.json to get the latest version. |
257 | | -;check_for_updates = true |
| 257 | +check_for_updates = false |
258 | 258 |
|
259 | 259 | # Set to false to disable all checks to https://grafana.com |
260 | 260 | # for new versions of plugins. The check is used |
261 | 261 | # in some UI views to notify that a plugin update exists. |
262 | 262 | # This option does not cause any auto updates, nor send any information |
263 | 263 | # only a GET request to https://grafana.com to get the latest versions. |
264 | | -;check_for_plugin_updates = true |
| 264 | +check_for_plugin_updates = false |
265 | 265 |
|
266 | 266 | # Google Analytics universal tracking code, only enabled if you specify an id here |
267 | 267 | ;google_analytics_ua_id = |
@@ -1425,7 +1425,7 @@ level = error |
1425 | 1425 | # Log all backend requests for core and external plugins. |
1426 | 1426 | ;log_backend_requests = false |
1427 | 1427 | # Disable download of the public key for verifying plugin signature. |
1428 | | -public_key_retrieval_disabled = true |
| 1428 | +; public_key_retrieval_disabled = false |
1429 | 1429 | # Force download of the public key for verifying plugin signature on startup. If disabled, the public key will be retrieved every 10 days. |
1430 | 1430 | # Requires public_key_retrieval_disabled to be false to have any effect. |
1431 | 1431 | ; public_key_retrieval_on_startup = false |
|
0 commit comments