alloy: bare-metal systemd shipper for journald → Loki

Meridian + LiteLLM both run as systemd services on this LXC (no docker)
so the Docker-container Alloy pattern from other repos doesn't apply.
Apt-install grafana/alloy via apt.grafana.com, journald-only scrape,
ships to Loki on observe.lan.balders.ca.

Side benefit: Meridian.service + LiteLLM.service logs (including the
gpt-* alias shadowing requests from paperless-ai) now searchable in
Loki, not just journalctl on the LXC.
This commit is contained in:
Your Name
2026-05-19 22:49:44 -04:00
parent 49c6e10574
commit 03d1d4630f
5 changed files with 115 additions and 0 deletions
+1
View File
@@ -45,3 +45,4 @@
- { role: meridian, tags: ['meridian'] }
- { role: litellm, tags: ['litellm'] }
- { role: node_exporter, tags: ['node_exporter'] }
- { role: alloy, tags: ['alloy'] }