Skip to content

Commit 64bc9a9

Browse files
authored
Add phase to example reports (#95)
Closes #94
1 parent 56fdd4c commit 64bc9a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ <h2>Introduction</h2>
106106
"server_ip": "123.122.121.120",
107107
"protocol": "http/1.1",
108108
"elapsed_time": 321,
109+
"phase": "connection",
109110
"type": "tcp.aborted"
110111
}
111112
</pre></dd>
@@ -1227,6 +1228,7 @@ <h2>Sample Network Error Reports</h2>
12271228
"method": "GET",
12281229
"status_code": 200,
12291230
"elapsed_time": 823,
1231+
"phase": "application",
12301232
"type": "http.protocol.error"
12311233
}
12321234
}
@@ -1257,6 +1259,7 @@ <h2>Sample Network Error Reports</h2>
12571259
"method": "GET",
12581260
"status_code": 0,
12591261
"elapsed_time": 143,
1262+
"phase": "dns",
12601263
"type": "dns.name_not_resolved"
12611264
}
12621265
}
@@ -1313,6 +1316,7 @@ <h2>DNS misconfiguration</h2>
13131316
"method": "GET",
13141317
"status_code": 0,
13151318
"elapsed_time": 48,
1319+
"phase": "dns",
13161320
"type": "dns.name_not_resolved"
13171321
}
13181322
}
@@ -1381,6 +1385,7 @@ <h2>Origins with multiple IP addresses</h2>
13811385
"method": "GET",
13821386
"status_code": 200,
13831387
"elapsed_time": 57,
1388+
"phase": "application",
13841389
"type": "ok"
13851390
}
13861391
}
@@ -1410,6 +1415,7 @@ <h2>Origins with multiple IP addresses</h2>
14101415
"method": "GET",
14111416
"status_code": 200,
14121417
"elapsed_time": 34,
1418+
"phase": "application",
14131419
"type": "ok"
14141420
}
14151421
}
@@ -1443,6 +1449,7 @@ <h2>Origins with multiple IP addresses</h2>
14431449
"method": "GET",
14441450
"status_code": 0,
14451451
"elapsed_time": 0,
1452+
"phase": "dns",
14461453
"type": "dns.address_changed"
14471454
}
14481455
}
@@ -1473,6 +1480,7 @@ <h2>Origins with multiple IP addresses</h2>
14731480
"method": "GET",
14741481
"status_code": 0,
14751482
"elapsed_time": 0,
1483+
"phase": "dns",
14761484
"type": "dns.address_changed"
14771485
}
14781486
}

0 commit comments

Comments
 (0)