Rate Limit Dashboard

Window: Download offenders CSV

Today

{{ today.total }}
requests
{{ today.allowed }}
allowed
{{ today.blocked }}
blocked
{{ today.block_rate|floatformat:3 }}
block rate

Last {{ days }} day(s)

{{ window.total }}
requests
{{ window.blocked }}
blocked
{{ window.block_rate|floatformat:3 }}
block rate

Top offenders (most blocked)

{% for row in top_offenders %} {% empty %} {% endfor %}
KeyBlocked
{{ row.key }}{{ row.blocked_count }}
No blocked requests in this window.

Rule hits

{% for row in rule_hits %} {% empty %} {% endfor %}
RuleHitsBlocked
{{ row.rule_name }}{{ row.hits }}{{ row.blocked }}
No rule activity (dynamic rules off or no matches).

Data requires RATELIMIT_LOG_EVENTS = True.