| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index f2f8ccf0b8448b2d514834ac8a67d6fd5f0d0d7a..906a9b5b08394d9561a1ef9b32c0613e6371c48f 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -25711,6 +25711,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.ConnectionMigration"
|
| + enum="QuicConnectionMigrationStatus">
|
| + <owner>jri@chromium.org</owner>
|
| + <summary>The result of a QUIC connection migration attempt.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.ConnectionTypeFromPeer" enum="AddressFamily">
|
| <owner>rch@chromium.org</owner>
|
| <summary>
|
| @@ -75016,6 +75022,14 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="5" label="FIVE_PACKETS_LOST"/>
|
| </enum>
|
|
|
| +<enum name="QuicConnectionMigrationStatus" type="int">
|
| + <int value="1" label="NO_MIGRATABLE_STREAMS"/>
|
| + <int value="2" label="ALREADY_MIGRATED"/>
|
| + <int value="3" label="INTERNAL_ERROR"/>
|
| + <int value="4" label="TOO_MANY_CHANGES"/>
|
| + <int value="5" label="SUCCESS"/>
|
| +</enum>
|
| +
|
| <enum name="QuicDisabledReason" type="int">
|
| <int value="1" label="Public reset post handshake"/>
|
| <int value="2" label="Timeout with open streams"/>
|
|
|