Skip to content

Commit

Permalink
fix: disables loki telemetry (#1571)
Browse files Browse the repository at this point in the history
* fix: disables loki telemetry

* fix: additional loki instance
  • Loading branch information
tillt authored Sep 11, 2023
1 parent f101d89 commit 4e1a200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/grafana-loki/0.69.16/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ data:
common:
compactor_address: http://{{ include "loki.compactorFullname" . }}:3100
auth_enabled: false
analytics:
reporting_enabled: false
server:
http_listen_port: 3100
log_level: warn
Expand Down
2 changes: 2 additions & 0 deletions services/project-grafana-loki/0.69.16/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ data:
common:
compactor_address: http://{{ include "loki.compactorFullname" . }}:3100
auth_enabled: false
analytics:
reporting_enabled: false
server:
http_listen_port: 3100
log_level: warn
Expand Down

0 comments on commit 4e1a200

Please sign in to comment.