{% extends "base.html" %} {% block title %}Dashboard · API Gateway{% endblock %} {% block content %}

Dashboard

Requests (24h)
Error rate (24h)
Avg latency (24h)
Active services
Active API keys

Traffic — last 24 hours

Requests by service (24h)

Recent requests

{% for log in recent %} {% else %} {% endfor %}
Time (UTC)ServicePathStatusms
{{ 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>.
{% endblock %} {% block scripts %} {% endblock %}