Profyl

{% if not traces %} {% endif %} {% for trace in traces %} {% endfor %}
Endpoint
Duration (ms)
Timestamp (utc)
Action

No traces

{%set method_and_name = trace.name.split(' ')%} {% if method_and_name[1] %} {{method_and_name[0]}} {{method_and_name[1]}} {% else %} {{trace.name}} {% endif %} {{(trace.duration / 1000) | round(2)}} {{trace.timestamp}}