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

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: updated histogram_suffix name 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..3dc395c9f1a26801b344096338b3a82d3708fabd 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>
@@ -49823,6 +49823,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<affected-histogram name="Media.VideoCaptureManager"/>
</histogram_suffixes>
+<histogram_suffixes name="Net.QuicClientHelloRejectReasons.QuicIsSecureOrNot"
+ separator=".">
+ <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="Net.QuicSession.21CumulativePackets" separator="_">
<owner>rch@chromium.org</owner>
<suffix name="First21"
« 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