{% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Dewey Admin

Operator Anomalies

{{ profile.email }}
Admin and operator review

Local anomaly records persisted in Dewey.

These records are read-only operational summaries. They stay local to Dewey and are exposed through authenticated API and UI surfaces only.

Open anomaly view
Anomalies
{{ anomalies|length }}
Local anomaly records
Open
{{ anomalies | selectattr("status", "equalto", "open") | list | length }}
Records currently open
Monitoring
{{ anomalies | selectattr("status", "equalto", "monitoring") | list | length }}
Records under watch
High Severity
{{ anomalies | selectattr("severity", "equalto", "high") | list | length }}
High priority anomaly records

Recent Anomalies

Sorted by severity and title for quick review.
{% for item in anomalies %} {% endfor %} {% if not anomalies %} {% endif %}
ID Severity Status Summary View
{{ item.anomaly_id }} {{ item.severity }} {{ item.status }} {{ item.summary }} Open
No anomalies recorded yet.