Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1775233002: Add histogram to log whether a QuicGoAwayFrame is received for connection migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« net/quic/quic_connection_logger.cc ('K') | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 165d6fbf752c6c0bc52210b6f6b956282a3ce3da..f353f492096a1c04af9b33547a5a2390087065c2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26977,6 +26977,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.GoAwayReceivedForConnectionMigration"
+ enum="BooleanGoAwayForConnectionMigrationReceived">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ Whether QuicGoAwayFrame is received from server for connection migration due
+ to client's port change.
Alexei Svitkine (slow) 2016/03/09 18:58:20 Mention when it's logged.
Zhongyi Shi 2016/03/10 00:42:22 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.HandshakeConfirmedTime" units="Milliseconds">
<owner>rch@chromium.org</owner>
<summary>
@@ -60198,6 +60207,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="WebView-based flow"/>
</enum>
+<enum name="BooleanGoAwayForConnectionMigrationReceived" type="int">
Alexei Svitkine (slow) 2016/03/09 18:58:20 Nit: If the values are just the ones below, you ca
Zhongyi Shi 2016/03/10 00:42:22 Done.
+ <int value="0" label="Not received"/>
+ <int value="1" label="Received"/>
+</enum>
+
<enum name="BooleanHadAddress" type="int">
<int value="0" label="Did not have address."/>
<int value="1" label="Had address."/>
« net/quic/quic_connection_logger.cc ('K') | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698