{% extends "base.html" %} {% block title %}Alerts — MemoryLens{% endblock %} {% block content %}
Threshold-based alerting on drift, cost, retrieval, compression, and errors.
| NAME | TYPE | THRESHOLD | ENABLED | WEBHOOK |
|---|---|---|---|---|
| {{ rule.name }} | {{ rule.alert_type }} | {{ rule.threshold }} | {% if rule.enabled %} yes {% else %} no {% endif %} | {% if rule.webhook_url %} {{ rule.webhook_url[:40] }}{% if rule.webhook_url|length > 40 %}…{% endif %} {% else %} — {% endif %} |
No alert rules defined. Run: memorylens alerts add
| FIRED AT | TYPE | MESSAGE |
|---|---|---|
| {{ event._fired_at_str }} | {{ event.alert_type }} | {{ event.message }} |
No alert history found.
{% endif %}