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

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

Issue 2732103003: Adding new SSL Connection Error/Latency metrics (Closed)
Patch Set: Adding new SSL Connection Error/Latency metrics Created 3 years, 9 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/socket/ssl_client_socket_pool.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 262ca22a17dafdaaf988794fe64d9b93b08ab987..bbd8649a38803422aaf71e6205db66c015196608 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36814,6 +36814,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.SSL_Connection_Error_Google" units="NetErrorCodes">
+ <owner>svaldez@chromium.org</owner>
+ <summary>
+ Counts of specific error codes returned when opening an SSL connection for
+ google.com and any subdomain of it.
+ </summary>
+</histogram>
+
+<histogram name="Net.SSL_Connection_Error_TLS13Experiment"
+ units="NetErrorCodes">
+ <owner>svaldez@chromium.org</owner>
+ <summary>
+ Counts of specific error codes returned when opening an SSL connection for
+ an endpoint we are using in the initial TLS 1.3 deployment.
+ </summary>
+</histogram>
+
<histogram name="Net.SSL_Connection_Latency" units="ms">
<obsolete>
Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
@@ -36929,6 +36946,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.SSL_Connection_Latency_TLS13Experiment" units="ms">
+ <owner>svaldez@chromium.org</owner>
+ <summary>
+ Time from when the Connect() starts until it completes for a set of domains
+ that we are using in the initial TLS 1.3 deployment.
+ </summary>
+</histogram>
+
<histogram name="Net.SSL_Connection_PostQuantum_Negotiated"
enum="BooleanSupported">
<obsolete>
« no previous file with comments | « net/socket/ssl_client_socket_pool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698