{% extends "base.html" %} {% block content %}
Real-time events captured by auto-instrumentation.
| Operation / Hierarchy | Type | Latency | Status | Timestamp | Details |
|---|---|---|---|---|---|
|
{% if trace.children %}
{% else %}
{% endif %}
{{ trace.operation or trace.name or 'Unknown' }}
|
{{ trace.type }} | {% if trace.latency_seconds %} {{ (trace.latency_seconds * 1000) | round(2) }} ms {% else %} - {% endif %} | {% if trace.status == 'error' or trace.error %} Error {% elif trace.status == 'success' %} Success {% else %} Info {% endif %} | {{ trace.timestamp.split('T')[1][:8] }} | |
|
{{ trace | tojson(indent=2) }}
|
|||||
| No traces found. Run some operations to see events here. | |||||