fluentbit: remove tracing
This commit is contained in:
parent
db0b5df83d
commit
e1fb0bbdb6
1 changed files with 5 additions and 7 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue