+
Request ID (Connection PID + Stream ID): {{request_id}}
+
Type: {{event_type}}
+
Path: {{method}} {{path}}
+
+ {{#measurements}}
+
+
Measurements:
+ {{#duration}}
+
• Duration: {{duration}}µs
+ {{/duration}}
+ {{#resp_body_length}}
+
• Response Size: {{resp_body_length}} bytes
+ {{/resp_body_length}}
+
+ {{/measurements}}
+
+ {{#meta}}
+
+
Meta (Raw Telemetry Data):
+
+ {{meta}}
+
+
+ {{/meta}}
+
+
+ {{/events}}
+
+ {{^events}}
+ No events captured yet.
+