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

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

Issue 323933003: Add a new historgram Net.QuicSession.ConnectionClose.NumOpenStreams.HandshakeTimedOut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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_client_session.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 2cb8740a3307b6a262801375dcc437ec0de9b5b0..c5cfd2a697e4459a6075c57a532afe1d7d5d46d1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14229,6 +14229,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The reason a QUIC handshake failed.</summary>
</histogram>
+<histogram
+ name="Net.QuicSession.ConnectionClose.NumOpenStreams.HandshakeTimedOut">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The number of streams open when a QUIC session crypto handshake timed out.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.ConnectionClose.NumOpenStreams.TimedOut">
<owner>rch@chromium.org</owner>
<summary>The number of streams open when a QUIC session timed out.</summary>
« no previous file with comments | « net/quic/quic_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698