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

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: Fixed comments 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 316fca0710846a55b33f734779e133b9d8726142..b46f6d650ac93e16f229711cc064b20dff7b9694 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14915,7 +14915,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Net.QuicClientHelloRejectReasons" enum="QuicRejectReasons">
<owner>rtenneti@chromium.org</owner>
<summary>
- The reject reasons for QUIC's CHLO (client hello) message from server.
+ The reject reasons for QUIC's CHLO (client hello) message from server
</summary>
</histogram>
@@ -51080,6 +51080,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<affected-histogram name="Net.ProxyResolver.ExecutionTime"/>
</histogram_suffixes>
+<histogram_suffixes name="NetQuicClientHelloRejectReasons" separator=".">
+ <owner>rtenneti@chromium.org</owner>
+ <suffix name="InSecure" label="for insecure QUIC."/>
Alexei Svitkine (slow) 2014/07/28 19:08:52 Nit: Insecure is one word so maybe change from InS
ramant (doing other things) 2014/07/28 19:25:47 Done.
+ <suffix name="Secure" label="for secure QUIC."/>
+ <affected-histogram name="Net.QuicClientHelloRejectReasons"/>
+</histogram_suffixes>
+
<histogram_suffixes name="NewTabPageProviders" separator=".">
<suffix name="client" label="Suggestions coming from the client."/>
<suffix name="client0" label="Suggestions coming from the client source 0."/>
« 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