mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
feat(monitoring): integrate Promtail for centralized log collection via Loki
Loki was already running but had no log shipper. Adds Promtail to collect Docker logs from all 66 containers with automatic tier labeling (infra, auth, core, app, matrix, games) and a Grafana Logs Explorer dashboard. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
58bef0ab25
commit
4a48182677
5 changed files with 471 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ MONITORING_CONTAINERS=(
|
|||
mana-mon-alert-notifier
|
||||
mana-mon-glitchtip
|
||||
mana-mon-glitchtip-worker
|
||||
mana-mon-loki
|
||||
mana-mon-promtail
|
||||
)
|
||||
|
||||
# Track if we stopped monitoring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue