{% extends "base.html" %} {% block title %}Trace {{ span.trace_id[:12] }} — MemoryLens{% endblock %} {% block content %}
| span_id | {{ span.span_id }} |
| trace_id | {{ span.trace_id }} |
| operation | {{ span.operation }} |
| status | {{ span.status }} |
| duration | {{ "%.1f"|format(span.duration_ms) }}ms |
| agent_id | {{ span.agent_id or '-' }} |
| session_id | {{ span.session_id or '-' }} |
| user_id | {{ span.user_id or '-' }} |
| Custom Attributes | |
| {{ key }} | {{ value }} |