monitoring02: add Loki service
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m19s

Add standalone Loki service module (services/loki/) with same config as
monitoring01 and import it on monitoring02. Update Grafana Loki datasource
to localhost. Defer Tempo and Pyroscope migration (not actively used).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 19:42:19 +01:00
parent 471f536f1f
commit 74e7c9faa4
4 changed files with 69 additions and 18 deletions

View File

@@ -54,7 +54,7 @@
{
name = "Loki";
type = "loki";
url = "http://monitoring01.home.2rjus.net:3100";
url = "http://localhost:3100";
uid = "loki";
}
];