fluentbit: remove tracing

This commit is contained in:
ibizaman 2026-05-24 22:18:01 +02:00
parent db0b5df83d
commit e1fb0bbdb6

View file

@ -629,13 +629,11 @@ in
host = "localhost"; host = "localhost";
port = config.services.loki.configuration.server.http_listen_port; port = config.services.loki.configuration.server.http_listen_port;
labels = lib.traceValSeq ( labels = lib.concatMapAttrsStringSep ", " (n: v: "${n}=${v}") {
lib.concatMapAttrsStringSep ", " (n: v: "${n}=${v}") { job = "systemd-journal";
job = "systemd-journal"; domain = cfg.domain;
domain = cfg.domain; hostname = config.networking.hostName;
hostname = config.networking.hostName; };
}
);
label_keys = "$unit"; label_keys = "$unit";
} }