TinyAgent Traceboard

Recent Traces

{% if traces %} {% for trace in traces %} {% endfor %}
Trace ID Start Time (UTC) Span Count
{{ trace.trace_id }} {# Display raw milliseconds for simplicity #} {{ trace.trace_start_time if trace.trace_start_time else 'N/A' }} {# {{ ((trace.trace_start_time / 1000) | timestamp | strftime('%Y-%m-%d %H:%M:%S.%f'))[:-3] if trace.trace_start_time else 'N/A' }} #} {{ trace.span_count }}
{% else %}

No traces found in the database.

{% if request.state.error %}{{ request.state.error }}{% endif %}

{% endif %}