{% extends "base.html" %}{% block content %}

Baselines

Inspect the learned EWMA level and readiness for every stored metric baseline. Resets remain an operator-only CLI action.

{% if not database_available %}

The FTMON database is not available yet.

{% elif rows %}{% for row in rows %}{% endfor %}
MonitorEntityMetricLevelCoverageUpdatesLast update
{{ row.monitor }}{{ row.entity_id }}{{ row.metric }}{{ '%.6g'|format(row.level) }}{{ '%.0f'|format(row.coverage * 100) }}% — {{ 'ready' if row.ready else 'learning' }}{{ row.updates }} / {{ row.required_updates }}{{ utc_iso(row.updated_at) }}
{% if next_url %}

{% endif %}{% else %}

No stored baselines match these filters.

{% endif %}{% endblock %}