Skip to content

Commit

Permalink
Disable Grafana update check (#521)
Browse files Browse the repository at this point in the history
Grafana by default calls out to grafana.com to check for updates. As
user's of Conduit do not have direct control over updating Grafana
directly, this update check is not needed.

Disable Grafana's update check via grafana.ini.

This is also a workaround for #155, root cause of #519.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
  • Loading branch information
siggy authored Mar 7, 2018
1 parent ab0cf87 commit a065174
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/cmd/testdata/install_default.golden
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,9 @@ data:
[auth.basic]
enabled = false

[analytics]
check_for_updates = false

datasources.yaml: |-
apiVersion: 1
datasources:
Expand Down
3 changes: 3 additions & 0 deletions cli/cmd/testdata/install_output.golden
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,9 @@ data:
[auth.basic]
enabled = false

[analytics]
check_for_updates = false

datasources.yaml: |-
apiVersion: 1
datasources:
Expand Down
3 changes: 3 additions & 0 deletions cli/install/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ data:
[auth.basic]
enabled = false
[analytics]
check_for_updates = false
datasources.yaml: |-
apiVersion: 1
datasources:
Expand Down

0 comments on commit a065174

Please sign in to comment.