Skip to content

Commit

Permalink
Disable analytics reporting in Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Mar 11, 2024
1 parent 64b49ad commit 2a4e87e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/kube/components/dev/grafana-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ spec:
- --storage.path=/tmp/agent
- --server.http.listen-addr=0.0.0.0:80
- --server.http.ui-path-prefix=/
- --disable-reporting
env:
- name: AGENT_MODE
value: flow
Expand Down
2 changes: 2 additions & 0 deletions hack/kube/components/dev/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ metadata:
data:
grafana.ini: |
[analytics]
reporting_enabled = false
check_for_updates = true
check_for_plugin_updates = true
[grafana_net]
url = https://grafana.net
[log]
Expand Down

0 comments on commit 2a4e87e

Please sign in to comment.