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

(cherry picked from commit 4e1a200)
  • Loading branch information
tillt committed Sep 11, 2023
1 parent 3afa8b7 commit 6f9bd04
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.48.7/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ data:
config: |
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.48.7/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ data:
config: |
auth_enabled: false
analytics:
reporting_enabled: false
server:
http_listen_port: 3100
log_level: warn
Expand Down

0 comments on commit 6f9bd04

Please sign in to comment.