File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ <h2>Introduction</h2>
106
106
"server_ip": "123.122.121.120",
107
107
"protocol": "http/1.1",
108
108
"elapsed_time": 321,
109
+ "phase": "connection",
109
110
"type": "tcp.aborted"
110
111
}
111
112
</ pre > </ dd >
@@ -1227,6 +1228,7 @@ <h2>Sample Network Error Reports</h2>
1227
1228
"method": "GET",
1228
1229
"status_code": 200,
1229
1230
"elapsed_time": 823,
1231
+ "phase": "application",
1230
1232
"type": "http.protocol.error"
1231
1233
}
1232
1234
}
@@ -1257,6 +1259,7 @@ <h2>Sample Network Error Reports</h2>
1257
1259
"method": "GET",
1258
1260
"status_code": 0,
1259
1261
"elapsed_time": 143,
1262
+ "phase": "dns",
1260
1263
"type": "dns.name_not_resolved"
1261
1264
}
1262
1265
}
@@ -1313,6 +1316,7 @@ <h2>DNS misconfiguration</h2>
1313
1316
"method": "GET",
1314
1317
"status_code": 0,
1315
1318
"elapsed_time": 48,
1319
+ "phase": "dns",
1316
1320
"type": "dns.name_not_resolved"
1317
1321
}
1318
1322
}
@@ -1381,6 +1385,7 @@ <h2>Origins with multiple IP addresses</h2>
1381
1385
"method": "GET",
1382
1386
"status_code": 200,
1383
1387
"elapsed_time": 57,
1388
+ "phase": "application",
1384
1389
"type": "ok"
1385
1390
}
1386
1391
}
@@ -1410,6 +1415,7 @@ <h2>Origins with multiple IP addresses</h2>
1410
1415
"method": "GET",
1411
1416
"status_code": 200,
1412
1417
"elapsed_time": 34,
1418
+ "phase": "application",
1413
1419
"type": "ok"
1414
1420
}
1415
1421
}
@@ -1443,6 +1449,7 @@ <h2>Origins with multiple IP addresses</h2>
1443
1449
"method": "GET",
1444
1450
"status_code": 0,
1445
1451
"elapsed_time": 0,
1452
+ "phase": "dns",
1446
1453
"type": "dns.address_changed"
1447
1454
}
1448
1455
}
@@ -1473,6 +1480,7 @@ <h2>Origins with multiple IP addresses</h2>
1473
1480
"method": "GET",
1474
1481
"status_code": 0,
1475
1482
"elapsed_time": 0,
1483
+ "phase": "dns",
1476
1484
"type": "dns.address_changed"
1477
1485
}
1478
1486
}
You can’t perform that action at this time.
0 commit comments