{% 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 %}{{ db_health_payload | tojson(indent=2) }}
{{ auth_health_payload | tojson(indent=2) }}