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

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

Side-by-side diff isn't available for this file because of its large size.
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: Fix comments for patch set 3 Created 6 years, 4 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..dc35c43497edbbb2b2e0a2fcb8080d55962fa00f 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
wtc 2014/07/29 01:37:10 Did you delete the period accidentally? If the la
ramant (doing other things) 2014/07/29 03:55:37 My understanding is, it adds a space when it conca
</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=".">
wtc 2014/07/29 01:37:10 Nit: "NetQuicClientHelloRejectReasons" seems like
ramant (doing other things) 2014/07/29 03:55:36 Updated the name. (sorry if already known) name="
+ <owner>rtenneti@chromium.org</owner>
+ <suffix name="Insecure" label="for insecure QUIC."/>
+ <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