⚔️

Zorg's Dungeon Maker

Knowledge Base & Traceability Graph

Observability & Monitoring

Built on the same architecture as aea.artof.link/grafana/, providing public read-only viewer dashboards and live system metrics.

📈 Live Grafana Dashboard

Access the live monitoring interface directly under the subpath:

Open zorg.artof.link/grafana/ ↗

🔍 Metrics Collection

Prometheus polls metrics from Node Exporter (CPU, Memory, Disk, I/O) and reverse proxy traffic stats with local TSDB persistence.

Architecture Overview


                Internet (HTTPS)
                       │
       ┌───────────────┴───────────────┐
       │     Caddy (Auto TLS / Proxy)  │
       └───────┬───────────────┬───────┘
               │               │
      /*       │     /grafana/ │
       ┌───────▼───────┐       ┌───────▼───────┐
       │   Zorg Web    │       │    Grafana    │
       │   (Nginx/SPA) │       │   (Port 3000) │
       └───────────────┘       └───────▲───────┘
                                       │ Scrapes
                               ┌───────┴───────┐
                               │   Prometheus  │
                               └───────▲───────┘
                                       │ Scrapes
                               ┌───────┴───────┐
                               │ Node Exporter │
                               │ (Host Metrics)│
                               └───────────────┘