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";
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";
}