{% extends "workspace_layout.html" %} {% block sidebar %} Loading... {% endblock %} {% block content %}
Back to Traces
TRACE ID
{{ trace_id }}
Started
{{ trace_start_time }}
Ended
{{ trace_end_time }}
Span Name
Kind / Status
Timeline
{% if error %}
{{ error }}
{% else %} {% if spans|length == 0 %}
No spans found for this trace.
{% else %} {% endif %} {% endif %}
{% endblock %}