{% for span in spans %} {% endfor %}
Trace ID Operation Status Duration Agent Session Content Cost
{{ span.trace_id[:12] }} {{ span.operation }} ● {{ span.status }} {{ "%.1f"|format(span.duration_ms) }}ms {{ span.agent_id or '-' }} {{ span.session_id or '-' }} {{ (span.input_content or '')[:60] }} {% if span._attrs.get('cost_usd') %}${{ "%.4f"|format(span._attrs.cost_usd) }}{% else %}-{% endif %}
Showing {{ offset + 1 }}-{{ [offset + limit, total]|min }} of {{ total }}
{% if offset > 0 %} ← Prev {% endif %} {% if offset + limit < total %} Next → {% endif %}