centralize loki

This commit is contained in:
Charlotte 🦝 Delenk 2023-12-10 21:08:38 +01:00
parent e7e00f2adf
commit 4ed71d125e
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,6 @@
./services/restic.nix
./specialization.nix
./services/promtail.nix
./services/loki.nix
./services/prometheus.nix
./env.nix
./tailscale.nix

View file

@ -29,6 +29,7 @@
./services/kubo-local.nix
./services/nfs.nix
./services/tempo.nix
./services/loki.nix
];
hardware.cpu.amd.updateMicrocode = true;

View file

@ -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 = [