Profyl
Endpoint
Duration (ms)
Timestamp (utc)
Action
{% if not traces %}
No traces
{% endif %} {% for trace in traces %}
{{trace.name}}
{{trace.duration / 1000}}
{{trace.timestamp}}
Analyze
Remove
{% endfor %}