{% extends "base.html" %} {% block title %}Dashboard · API Gateway{% endblock %} {% block content %}
| Time (UTC) | Service | Path | Status | ms |
|---|---|---|---|---|
| {{ log.timestamp.strftime("%H:%M:%S") }} | {{ log.service.name if log.service else "–" }} | {{ log.method }} {{ log.path[:40] }} | {{ log.status_code }} | {{ "%.0f" | format(log.latency_ms) }} |
No traffic yet. Send a request through /gw/<service>/<path>. | ||||