From e1fb0bbdb6c4d561026e3508c1fc2dfcd2d79456 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sun, 24 May 2026 22:18:01 +0200 Subject: [PATCH] fluentbit: remove tracing --- modules/blocks/monitoring.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/blocks/monitoring.nix b/modules/blocks/monitoring.nix index 62ac507..c4223b2 100644 --- a/modules/blocks/monitoring.nix +++ b/modules/blocks/monitoring.nix @@ -629,13 +629,11 @@ in host = "localhost"; port = config.services.loki.configuration.server.http_listen_port; - labels = lib.traceValSeq ( - lib.concatMapAttrsStringSep ", " (n: v: "${n}=${v}") { - job = "systemd-journal"; - domain = cfg.domain; - hostname = config.networking.hostName; - } - ); + labels = lib.concatMapAttrsStringSep ", " (n: v: "${n}=${v}") { + job = "systemd-journal"; + domain = cfg.domain; + hostname = config.networking.hostName; + }; label_keys = "$unit"; }