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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 171773006: Add a histogram to measure the frequency of OCSP stapling support by servers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« net/socket/ssl_client_socket_nss.cc ('K') | « net/socket/ssl_client_socket_nss.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 540e482ac84d1b24d1a5c6210eb366f54ce1d12c..b98183f1d5068dce35f7dd7d2a0bc9a0da72ae69 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9267,6 +9267,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.OCSPResponseStapled" enum="BooleanSuccess">
jar (doing other things) 2014/02/19 22:29:16 This is ok.... but sometimes the histogram is more
+ <summary>
+ If OCSP stapling was requested (eg: a platform that supports OCSP stapling
+ or OCSP stapling was requested for Certificate Transparency), indicates the
+ server included a stapled OCSP response.
+ </summary>
+</histogram>
+
<histogram name="Net.OSErrorsForGetAddrinfo" enum="ErrorCodesGetaddrinfo_All">
<summary>
Positive error code that was returned by the system library
« net/socket/ssl_client_socket_nss.cc ('K') | « net/socket/ssl_client_socket_nss.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698