Operations and Metrics
The old topology canvas is not part of the current Gateway architecture.
Use runtime endpoints + Dash/API views for operational visibility.
Health endpoints (port 80)
GET /healthGET /healthz
These are intended for node/lb health checks.
Runtime metrics/status (Connect control port, default 9001)
GET /status- backend ping status snapshotGET /stats- active backend connectionsGET /players- active players per routeGET /throughput- bytes per route/backendGET /metrics- Prometheus exposition
Quick checks
bash
curl -fsS http://127.0.0.1:80/health
curl -fsS http://127.0.0.1:9001/status
curl -fsS http://127.0.0.1:9001/metrics | headDash/API operations
Use Dash Connect gateway panels (permission-gated) for:
- gateway node inventory
- active route ownership overview
- gateway enable/disable actions
Metrics can be scraped from /metrics into Prometheus/Grafana for long-term dashboards and alerting.