centralize loki
This commit is contained in:
parent
e7e00f2adf
commit
4ed71d125e
3 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
|||
./services/restic.nix
|
||||
./specialization.nix
|
||||
./services/promtail.nix
|
||||
./services/loki.nix
|
||||
./services/prometheus.nix
|
||||
./env.nix
|
||||
./tailscale.nix
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
./services/kubo-local.nix
|
||||
./services/nfs.nix
|
||||
./services/tempo.nix
|
||||
./services/loki.nix
|
||||
];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
clients = [
|
||||
{
|
||||
url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}/loki/api/v1/push";
|
||||
url = "http://nas.int.chir.rs:24545/loki/api/v1/push";
|
||||
}
|
||||
];
|
||||
scrape_configs = [
|
||||
|
|
Loading…
Reference in a new issue