{% if router_data %} {% for r in router_data %}
{{ r.name }}
req/s {{ "%.2f"|format(r.latest.request_rate) }} p95 {{ "%.0f"|format(r.latest.latency_p95_ms) }}ms {% if r.latest.error_rate_5xx_pct > 0 %} {{ "%.1f"|format(r.latest.error_rate_5xx_pct) }}% 5xx {% endif %}
{% endfor %} {% else %}

No Traefik data yet.

{% endif %}