{% extends "admin/base_site.html" %} {% block title %} {{ title }} {% endblock title %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

Per-user MCP query and auth-rejection counts per rolling window. Use this to tune MCP_SQL["VOLUME_ALERT_THRESHOLDS"]. The tripwire alerts (it never blocks); these counts show who is approaching a threshold. These are rolling wall-clock windows; the tripwire itself uses fixed windows anchored at each user's first query, so the two can differ slightly near a boundary.

{% for label in window_labels %}{% endfor %} {% for label in window_labels %} {% endfor %} {% for row in rows %} {% for cell in row.cells %} {% endfor %} {% empty %} {% endfor %}
User{{ label }}
allowed rejected auth-rej
{{ row.label }}{{ cell.allowed }} {{ cell.rejected }} {{ cell.auth }}
No MCP activity in any window.
{% endblock content %}