Freshness Monitoring

v{{ version }}
{% if current_user %} {{ current_user.email }} Logout {% endif %}
{{ health_percent|round|int }}%
Health Score
{{ counts.fresh or 0 }}
Fresh
{{ counts.warning or 0 }}
Warning
{{ counts.stale or 0 }}
Stale
{{ counts.unknown or 0 }}
Unknown

Sync Configuration Freshness

{% if statuses %} {% for status in statuses %} {% endfor %}
Config Name Status SLA Progress Last Sync SLA Actions
{{ status.config_name }} {{ status.status|title }} {% if status.percent_of_sla is not none %}
{{ status.percent_of_sla|round(1) }}% of SLA {% else %} No data {% endif %}
{% if status.last_success_at %} {{ status.minutes_since_sync }} min ago {% else %} Never {% endif %} {{ status.sla_minutes }} min
{% else %}

No sync configurations found.

Create a sync configuration to start monitoring freshness.

{% endif %}

About Freshness Monitoring

Fresh

Data is within SLA threshold. No action needed.

Warning

Data is approaching SLA threshold (>80%). Consider running sync soon.

Stale

Data has exceeded SLA threshold. Immediate action required.

Unknown

No successful sync recorded. Run initial sync to establish baseline.