Skip to content

Commit

Permalink
Add phase to example reports (w3c#95)
Browse files Browse the repository at this point in the history
Closes w3c#94
  • Loading branch information
dcreager authored Oct 2, 2018
1 parent 56fdd4c commit 64bc9a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ <h2>Introduction</h2>
"server_ip": "123.122.121.120",
"protocol": "http/1.1",
"elapsed_time": 321,
"phase": "connection",
"type": "tcp.aborted"
}
</pre></dd>
Expand Down Expand Up @@ -1227,6 +1228,7 @@ <h2>Sample Network Error Reports</h2>
"method": "GET",
"status_code": 200,
"elapsed_time": 823,
"phase": "application",
"type": "http.protocol.error"
}
}
Expand Down Expand Up @@ -1257,6 +1259,7 @@ <h2>Sample Network Error Reports</h2>
"method": "GET",
"status_code": 0,
"elapsed_time": 143,
"phase": "dns",
"type": "dns.name_not_resolved"
}
}
Expand Down Expand Up @@ -1313,6 +1316,7 @@ <h2>DNS misconfiguration</h2>
"method": "GET",
"status_code": 0,
"elapsed_time": 48,
"phase": "dns",
"type": "dns.name_not_resolved"
}
}
Expand Down Expand Up @@ -1381,6 +1385,7 @@ <h2>Origins with multiple IP addresses</h2>
"method": "GET",
"status_code": 200,
"elapsed_time": 57,
"phase": "application",
"type": "ok"
}
}
Expand Down Expand Up @@ -1410,6 +1415,7 @@ <h2>Origins with multiple IP addresses</h2>
"method": "GET",
"status_code": 200,
"elapsed_time": 34,
"phase": "application",
"type": "ok"
}
}
Expand Down Expand Up @@ -1443,6 +1449,7 @@ <h2>Origins with multiple IP addresses</h2>
"method": "GET",
"status_code": 0,
"elapsed_time": 0,
"phase": "dns",
"type": "dns.address_changed"
}
}
Expand Down Expand Up @@ -1473,6 +1480,7 @@ <h2>Origins with multiple IP addresses</h2>
"method": "GET",
"status_code": 0,
"elapsed_time": 0,
"phase": "dns",
"type": "dns.address_changed"
}
}
Expand Down

0 comments on commit 64bc9a9

Please sign in to comment.