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

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

Issue 2192053002: Metric & meta-metric for CECPQ1 handshake latency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix an unreachable code error (Windows compiler) Created 4 years, 4 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 0f5c2c4e54dc52d5c3d392adc9f14d1ffd369e84..d3975f6bc5db7714d6f6faf58755b9f346497ddf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31712,6 +31712,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Net.SSL_Connection_Latency_PostQuantumSupported_Full_Handshake"
+ units="ms">
+ <owner>mab@chromium.org</owner>
+ <summary>
+ Time from when the Connect() starts until it completes (full handshakes
+ only), for a set of domains that we expect to always offer the experimental
+ post-quantum (CECPQ1) ciphersuites.
+ </summary>
+</histogram>
+
<histogram name="Net.SSL_Connection_Latency_Resume_Handshake" units="ms">
<owner>agl@chromium.org</owner>
<summary>
@@ -31720,6 +31731,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.SSL_Connection_PostQuantum_Negotiated"
+ enum="BooleanSupported">
+ <owner>mab@chromium.org</owner>
+ <summary>
+ For only browsers in the post-quantum (CECPQ1) ciphersuite experiment,
+ counts the full TLS handshakes where CECPQ1 was, or was not, negotiated on
+ hosts where we expect it to be negotiated.
+ </summary>
+</histogram>
+
<histogram name="Net.SSL_EVCertificateCTCompliance"
enum="CTRequirementCompliance">
<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