{% extends "base.html" %} {% block title %}Diagnostics - Piply{% endblock %} {% block content %}
Runtime

Diagnostics

Scheduler health, active workers, sensor status, and recovery state. Refreshes every five seconds.

{{ diagnostics.scheduler.label }} Prometheus metrics

Scheduler

Heartbeat, owning process, and the last error the loop recorded.

Reconciliation

Startup recovery and stale-run handling.

Running tasks

Every task currently executing, with the run that owns it.

Sensors

Polling health. Failing sensors keep their latest error so a broken watch is obvious.

Storage

Database location, size, and the active retention window.

{% endblock %} {% block scripts %} {% endblock %}