Service-local telemetry
API, endpoint, DB, and auth health for this Dewey instance.
These summaries are generated from Dewey-local request and backend activity.
{{ obs_services_payload.status|upper }}
API Families
{{ api_health_payload.families|length }}
Tracked request families
Endpoints
{{ endpoint_health_payload.page.total }}
Route templates in the current window
DB Status
{{ db_health_payload.database.status }}
Latest readiness probe result
Auth Events
{{ auth_health_payload.auth.recent|length }}
Recent auth checks
| Path |
Auth |
Kind |
{% for endpoint in obs_services_payload.endpoints %}
| {{ endpoint.path }} |
{{ endpoint.auth }} |
{{ endpoint.kind }} |
{% endfor %}
| Family |
Requests |
Errors |
p95 ms |
{% for family in api_health_payload.families %}
| {{ family.family }} |
{{ family.request_count }} |
{{ family.error_count }} |
{{ family.p95_ms }} |
{% endfor %}
{% if not api_health_payload.families %}
No request traffic captured yet. |
{% endif %}
| Method |
Route |
Requests |
p95 ms |
5xx |
{% for item in endpoint_health_payload["items"] %}
| {{ item.method }} |
{{ item.route_template }} |
{{ item.request_count }} |
{{ item.p95_ms }} |
{{ item.status_class_counts.get('5xx', 0) }} |
{% endfor %}
{% if not endpoint_health_payload["items"] %}
No route-level traffic captured yet. |
{% endif %}
{{ db_health_payload.database.status }}
{% if db_health_payload.database.latest %}
Latest: {{ db_health_payload.database.latest.fingerprint }}
{% endif %}
{% for item in db_health_payload.database.slowest %}
{{ item.label }}
p95 {{ item.p95_ms }} ms
{{ item.request_count }} calls
{% endfor %}
Configured: {{ auth_health_payload.auth.cognito_configured }}
{% for event in auth_health_payload.auth.recent %}
{{ event.status }} via {{ event.mode }}
{{ event.fingerprint }}
{% endfor %}
{% if not auth_health_payload.auth.recent %}
No auth events captured yet.
{% endif %}
{% for anomaly in anomalies[:3] %}
{{ anomaly.severity }}: {{ anomaly.title }}
{% endfor %}
{% if not anomalies %}
No anomalies recorded yet
{% endif %}