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

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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6b9188a6fcd9baecf616ba08e3afb8660b463272..0fd088b5763e0d4fe23a07ee846899e382b5a122 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19142,6 +19142,13 @@ 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_Latency" units="milliseconds">
<obsolete>
Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
« net/socket/ssl_client_socket_openssl.cc ('K') | « 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