From 28b59f36dcb9c7235caa2b8406579a086d4e8b27 Mon Sep 17 00:00:00 2001 From: saridsa2 Date: Mon, 13 Apr 2026 10:34:07 +0530 Subject: [PATCH] docs: add Grafana + Loki monitoring to architecture and runbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - monitoring.healix360.net → Grafana (admin / Global@2026) - Loki collects Docker container logs via loki-docker-driver plugin - Updated topology diagram with loki, grafana, and all URL mappings Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/developer-operations-runbook.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/developer-operations-runbook.md b/docs/developer-operations-runbook.md index 81b7e90..d054508 100644 --- a/docs/developer-operations-runbook.md +++ b/docs/developer-operations-runbook.md @@ -12,6 +12,9 @@ Caddy (reverse proxy, TLS, host-routed) ├── global.engage.healix360.net → sidecar-global:4100 ├── telephony.engage.healix360.net → telephony:4200 ├── *.app.healix360.net → server:4000 (platform) + ├── monitoring.healix360.net → grafana:3000 + ├── operations.healix360.net → woodpecker-server:8000 + ├── git.healix360.net → gitea:3000 └── engage.healix360.net → 404 (no catchall) Docker Compose stack (EC2 — 13.234.31.194): @@ -28,7 +31,9 @@ Docker Compose stack (EC2 — 13.234.31.194): ├── db — PostgreSQL 16 (workspace-per-schema) ├── clickhouse — Analytics ├── minio — S3-compatible object storage - └── redpanda — Event bus (Kafka-compatible) + ├── redpanda — Event bus (Kafka-compatible) + ├── loki — Log aggregation (receives from Docker logging driver) + └── grafana — Monitoring dashboards (Loki + ClickHouse data sources) ``` --- @@ -77,6 +82,9 @@ eval $EC2_SSH hostname | Ramaiah Platform | `https://ramaiah.app.healix360.net` | | Global Platform | `https://global.app.healix360.net` | | Telephony Dispatcher | `https://telephony.engage.healix360.net` | +| Monitoring (Grafana) | `https://monitoring.healix360.net` | +| CI/CD (Woodpecker) | `https://operations.healix360.net` | +| Git (Gitea) | `https://git.healix360.net` | ---