{% extends "base.html" %} {% set active_nav = "admin" %} {% block title %}Observability - LSMC Atlas{% endblock %} {% block content %}
Atlas-local health, API, endpoint, database, and auth rollups
{{ health_payload | tojson(indent=2) }}
{{ obs_services_payload | tojson(indent=2) }}
| Family | Requests | Errors | P95 ms |
|---|---|---|---|
| {{ item.family }} | {{ item.request_count }} | {{ item.error_count }} | {{ item.p95_ms }} |
No API traffic captured yet.
{% endif %}| Method | Route | Requests | P95 ms |
|---|---|---|---|
| {{ item.method }} | {{ item.route_template }} | {{ item.request_count }} | {{ item.p95_ms }} |
No endpoint traffic captured yet.
{% endif %}Configured: {% if dependencies.get("configured_services") %} {{ dependencies.get("configured_services") | join(", ") }} {% else %} none {% endif %}
Observed: {% if dependencies.get("observed_services") %} {{ dependencies.get("observed_services") | join(", ") }} {% else %} none captured yet {% endif %}
Supported: {{ sessions.get("supported") }}
Recent users: {{ sessions.get("recent_user_count") }}
{{ sessions.get("summary") }}
Status: {{ drift.get("status") }}
Checked: {{ drift.get("checked_at") or "not run" }}
{{ drift.get("summary") }}
{{ db_health_payload | tojson(indent=2) }}
{{ auth_health_payload | tojson(indent=2) }}