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

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: rebase 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
« no previous file with comments | « 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 7e192cd330d9d663076bfe46fce6c5dd138f8b5b..7637de95c96ff3eb5be9e8716f6863a106223fe7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27037,6 +27037,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.GoAwayReceivedForConnectionMigration"
+ enum="BooleanReceived">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ Whether QuicGoAwayFrame is received from server for connection migration due
+ to client's port change. Logged when a QuicGoAwayFrame with error code
+ QUIC_ERROR_MIGRATING_PORT is received.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.HandshakeConfirmedTime" units="Milliseconds">
<owner>rch@chromium.org</owner>
<summary>
« no previous file with comments | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698