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

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

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: Review feedback 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..05e8d8069f14e58f4b11f2e1ee145aa17be34d20 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9267,6 +9267,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.OCSPResponseStapled" enum="BooleanSuccess">
+ <summary>
+ When connecting over HTTPS, a server may include an OCSP response as part of
+ the TLS handshake so that clients do not have to fetch it, provided the
+ client requested the server do so. This measures whether or not a server
+ included an OCSP response when it was requested.
+ </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