Add Infra Automation Pack v1: docs infrastructure, logging stack, sync scripts

This commit is contained in:
Apple
2025-11-27 09:29:42 -08:00
parent 6bd769ef40
commit 2a6112fc42
22 changed files with 595 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Monitoring Overview
## Поточні компоненти
- **Prometheus** — збирає метрики сервісів (router, gateway, swapper).
- **Grafana** — dashboards (NODE1:3000).
- **node-exporter** (planned) — системні метрики.
## Що додає Infra Automation Pack
- **Loki + Promtail** — централізовані логи Docker та системи.
- **Daily Log Summary** — markdown-звіти з ключовими подіями.
- **Docs Sync** — гарантує, що інфраструктурні інструкції однакові на всіх нодах.
## Мережеві порти
| Сервіс | Порт |
|--------|------|
| Prometheus | 9090 |
| Grafana | 3000 |
| Loki | 3100 |
| Promtail | 9080 |
## Наступні кроки
1. Додати алерти (Alertmanager).
2. Інтегрувати NATS JetStream події в Loki (через Promtail pipeline).
3. Створити спільний Grafana dashboard для City Map / Agent Presence.