-
Method
-
{% include 'lens/components/method.html' with method=trace.data.method only %}
-
Status Code
-
{% include 'lens/components/status.html' with status_code=trace.data.status_code only %}
-
Host
-
{{ trace.data.host }}
-
Client IP
-
{{ trace.data.remote_addr }}
-
Query String
-
{{ trace.data.query_string|default:'-' }}
-
Content Type
-
{{ trace.data.content_type }}
-
Duration
-
{% include 'lens/components/duration.html' with trace=trace only %}
-
Start time
-
{{ trace.start_time|date:'r' }}
-
End time
-
{{ trace.end_time|date:'r' }}