| 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>
|
|
|