From a9988b6c67fe739f548fb8912343a101f368fd50 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Tue, 7 Jun 2022 00:03:47 +0300
Subject: [PATCH] loki: disable usage reporting

Doubt the Loki team is interested in our usage data, and it's also a
risk to the confidentiality of our logs (even though it's anonymous).
---
 roles/loki/files/loki.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/roles/loki/files/loki.yaml b/roles/loki/files/loki.yaml
index 7079eb2bc..7b14eb1bf 100644
--- a/roles/loki/files/loki.yaml
+++ b/roles/loki/files/loki.yaml
@@ -47,3 +47,6 @@ limits_config:
   max_query_series: 10000
   retention_period: 31d
   max_query_lookback: 31d
+
+analytics:
+  reporting_enabled: false
-- 
GitLab