| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1d9dc9af82964dd8d39f251afee8ca3a6454c17e..68fa0ded65783f18d22ee6a63902d1c62c24e7c5 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -9017,6 +9017,20 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.Ping_ResponseStartedTime" units="milliseconds">
|
| + <summary>
|
| + How long it took for an <a ping> request to receive a response. Only
|
| + recorded if a response was received.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Net.Ping_Result" enum="PingResult">
|
| + <summary>
|
| + The result of an <a ping> request, whether it received a response or
|
| + timed out or failed for some other reason.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.PreconnectedLinkNavigations" enum="PreconnectedNavigation">
|
| <summary>
|
| Indicate whether a link navigation was preceded by a recent pre-connect
|
| @@ -28865,6 +28879,14 @@ other types of suffix sets.
|
| <int value="8" label="Other"/>
|
| </enum>
|
|
|
| +<enum name="PingResult" type="int">
|
| + <int value="0" label="Response started"/>
|
| + <int value="1" label="Timed out"/>
|
| + <int value="2" label="Canceled"/>
|
| + <int value="3" label="Failed"/>
|
| + <int value="4" label="Uncompleted"/>
|
| +</enum>
|
| +
|
| <enum name="PipelineStatus" type="int">
|
| <int value="0" label="PIPELINE_OK"/>
|
| <int value="1" label="PIPELINE_ERROR_URL_NOT_FOUND"/>
|
|
|