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

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

Issue 413363005: QUIC - track CHLO's reject reason for secure QUIC vs insecure QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0723
Patch Set: Added deprecated comment Created 6 years, 5 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_crypto_client_stream.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 857d27189ce35b7be1f80f9f69ceb887f199bf62..6b30e7d39abeddfa653569bede282d0580bb3efa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14905,12 +14905,34 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.QuicClientHelloRejectReasons" enum="QuicRejectReasons">
+ <obsolete>
+ Deprecated as of 08/2014, replaced by
+ Net.QuicClientHelloRejectReasons*Secure.
+ </obsolete>
<owner>rtenneti@chromium.org</owner>
<summary>
The reject reasons for QUIC's CHLO (client hello) message from server.
</summary>
</histogram>
+<histogram name="Net.QuicClientHelloRejectReasonsInSecure"
Alexei Svitkine (slow) 2014/07/28 17:46:50 Nit: Suggest naming these: Net.QuicClientHelloRej
ramant (doing other things) 2014/07/28 18:43:33 Thanks for the above suggestion. Done.
+ enum="QuicRejectReasons">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The reject reasons for QUIC's CHLO (client hello) message from server for
+ inscure QUIC.
Alexei Svitkine (slow) 2014/07/28 17:46:50 Nit: insecure (typo)
ramant (doing other things) 2014/07/28 18:43:33 Done.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicClientHelloRejectReasonsSecure"
+ enum="QuicRejectReasons">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The reject reasons for QUIC's CHLO (client hello) message from server for
+ secure QUIC.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicEphemeralPortsSuggested">
<owner>rch@chromium.org</owner>
<summary>The number of ports suggested per server.</summary>
« no previous file with comments | « net/quic/quic_crypto_client_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698