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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 885763002: Add SSL Connection Error UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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_openssl.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 6b9188a6fcd9baecf616ba08e3afb8660b463272..9b95f56ad18f0c6a378fa2faee5585281e65b069 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19142,6 +19142,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The SSL/TLS cipher suite that was negotiated.</summary>
</histogram>
+<histogram name="Net.SSL_Connection_Error" enum="NetErrorCodes">
+ <owner>agl@chromium.org</owner>
+ <summary>
+ Counts of specific error codes returned when opening an SSL connection.
+ </summary>
+</histogram>
+
+<histogram name="Net.SSL_Connection_Error_Google" enum="NetErrorCodes">
Alexei Svitkine (slow) 2015/01/29 16:51:24 I don't see where this is logged?
jeremyim 2015/01/29 17:40:43 This will come in https://codereview.chromium.org/
+ <owner>agl@chromium.org</owner>
+ <summary>
+ Counts of specific error codes returned when opening an SSL connection on
+ google.com and any subdomain of it.
+ </summary>
+</histogram>
+
<histogram name="Net.SSL_Connection_Latency" units="milliseconds">
<obsolete>
Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
« no previous file with comments | « net/socket/ssl_client_socket_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698