{# API performance partial #}

API Performance

Last {{ hours }} hours

{% if perf_data %}
{% for row in perf_data %} {% endfor %}
Endpoint Method Calls Avg (ms) Max (ms)
{{ row.endpoint }} {{ row.method }} {{ row.count }} {{ row.avg_ms }} {{ row.max_ms }}
{% else %}
No API call data in this period.
{% endif %}