| 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 %} |