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

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

Issue 431483002: QUIC - Added separate error condition for invalid expiry seconds and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added histogram to track how expired server config is 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4f986def765fac84433fe2730dd402be5a0afc1d..d7f71dee743feca562118fa3c192eaa35c54a584 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15112,6 +15112,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicClientHelloServerConfig.HowExpired"
+ units="milliseconds">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ How expired server config is for sending InchoateClientHello to the server.
wtc 2014/08/04 23:36:30 Nit: InchoateClientHello => inchoate ClientHello
ramant (doing other things) 2014/08/05 22:07:25 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicClientHelloServerConfigState"
enum="QuicServerConfigState">
<owner>rtenneti@chromium.org</owner>
@@ -46306,6 +46314,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="SERVER_CONFIG_INVALID"/>
<int value="2" label="SERVER_CONFIG_CORRUPTED"/>
<int value="3" label="SERVER_CONFIG_EXPIRED"/>
+ <int value="4" label="SERVER_CONFIG_INVALID_EXPIRY_SECONDS"/>
</enum>
<enum name="QuicSessionErrorCodes" type="int">
« net/quic/crypto/quic_crypto_client_config.cc ('K') | « net/quic/crypto/quic_crypto_client_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698