From 9c6c37fc75b964f1c27d309b02a5c24c160e3959 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Wed, 8 Jan 2025 14:17:27 +0100 Subject: [PATCH] Disable analytics publisher --- config/localhost.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/localhost.yaml b/config/localhost.yaml index 8542d28bd..4537d7c2b 100644 --- a/config/localhost.yaml +++ b/config/localhost.yaml @@ -19,6 +19,9 @@ static: - localhost - localhost +analyticsPublisher: + enabled: false + prometheus: enabled: false