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";
|
||||
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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue