{{ e }}
{% endfor %} {% endif %} {% if api_rows %}Red = response_time > 1000ms or status ≥ 500. Yellow = response_time > 500ms or status ≥ 400.
| Time (UTC) | Response ms | Status | DB queries | Concurrent |
|---|---|---|---|---|
| {{ row.created_at|date:"H:i:s" }} | {{ row.response_time_ms }} | {{ row.status_code }} | {{ row.db_query_count }} | {{ row.concurrent_requests }} |
Red = cpu > 80% or ram > 85%. Yellow = cpu > 60% or ram > 70%.
| Time (UTC) | Service | Type | CPU % | RAM % | Disk % | Celery active | PG conns | Redis clients |
|---|---|---|---|---|---|---|---|---|
| {{ row.captured_at|date:"H:i:s" }} | {{ row.service_name }} | {{ row.service_type }} | {{ row.cpu_percent }} | {{ row.ram_percent }} | {{ row.disk_percent|default:"-" }} | {{ row.celery_active_tasks|default:"-" }} | {{ row.postgres_active_connections|default:"-" }} | {{ row.redis_connected_clients|default:"-" }} |
No data found for the given endpoint and time range.
{% endif %} {% if not endpoint %}Enter an endpoint pattern and time range to view correlated data.
{% endif %}