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

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

Issue 443763002: QUIC - Added Net.QuicClientHelloServerConfig.InvalidDuration histogram (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UMA_HISTOGRAM_CUSTOM_TIMES can only have a maximum value of 25 days 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/crypto/quic_crypto_client_config.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 cd3b7dec8815b48d40b1de30e2a089edcb6bc89c..8f1aafdca3da9ba8e27b5ff2f60f49219a4446ea 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15216,9 +15216,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Net.QuicClientHelloServerConfig.HowExpired"
units="milliseconds">
+ <obsolete>
+ Deprecated 08/2014, and replaced by
+ Net.QuicClientHelloServerConfig.InvalidDuration.
+ </obsolete>
<owner>rtenneti@chromium.org</owner>
<summary>
- How expired server config is for sending InchoateClientHello to the server.
+ How expired server config is for sending inchoate ClientHello to the server.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicClientHelloServerConfig.InvalidDuration"
+ units="milliseconds">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The time since expiration of server config when we sent inchoate ClientHello
+ to the server.
</summary>
</histogram>
@@ -15226,7 +15239,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
enum="QuicServerConfigState">
<owner>rtenneti@chromium.org</owner>
<summary>
- The reason (the state of the server config) for sending InchoateClientHello
+ The reason (the state of the server config) for sending inchoate ClientHello
to the server.
</summary>
</histogram>
@@ -46550,7 +46563,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"/>
+ <int value="4" label="SERVER_CONFIG_INVALID_EXPIRY"/>
</enum>
<enum name="QuicSessionErrorCodes" type="int">
« no previous file with comments | « 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