| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 038ec9c40f61e2e7eb45542032c80c48c222ee20..2bfd5c7416d1343cc9e388fc108e48810778d3ff 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -22082,6 +22082,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.ClientSideMtu" units="bytes">
|
| + <owner>rch@chromium.org</owner>
|
| + <summary>
|
| + The final maximum packet size of the connection used by the client before
|
| + the session is closed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.ClosedDuringInitializeSession" enum="Boolean">
|
| <owner>rch@chromium.org</owner>
|
| <summary>
|
| @@ -22334,6 +22342,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.MtuProbesSent">
|
| + <owner>rch@chromium.org</owner>
|
| + <summary>
|
| + The number of MTU probes sent by the client during the session. Logged when
|
| + the connection is destroyed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.NumOpenStreams">
|
| <owner>rch@chromium.org</owner>
|
| <summary>
|
| @@ -22488,6 +22504,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.ServerSideMtu" units="bytes">
|
| + <owner>rch@chromium.org</owner>
|
| + <summary>
|
| + The largest packet which the client received from the server during the
|
| + session.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.StreamFlowControlBlocked"
|
| enum="BooleanBlocked">
|
| <owner>rtenneti@chromium.org</owner>
|
|
|