| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 262ca22a17dafdaaf988794fe64d9b93b08ab987..bbd8649a38803422aaf71e6205db66c015196608 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -36814,6 +36814,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.SSL_Connection_Error_Google" units="NetErrorCodes">
|
| + <owner>svaldez@chromium.org</owner>
|
| + <summary>
|
| + Counts of specific error codes returned when opening an SSL connection for
|
| + google.com and any subdomain of it.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Net.SSL_Connection_Error_TLS13Experiment"
|
| + units="NetErrorCodes">
|
| + <owner>svaldez@chromium.org</owner>
|
| + <summary>
|
| + Counts of specific error codes returned when opening an SSL connection for
|
| + an endpoint we are using in the initial TLS 1.3 deployment.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.SSL_Connection_Latency" units="ms">
|
| <obsolete>
|
| Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
|
| @@ -36929,6 +36946,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.SSL_Connection_Latency_TLS13Experiment" units="ms">
|
| + <owner>svaldez@chromium.org</owner>
|
| + <summary>
|
| + Time from when the Connect() starts until it completes for a set of domains
|
| + that we are using in the initial TLS 1.3 deployment.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.SSL_Connection_PostQuantum_Negotiated"
|
| enum="BooleanSupported">
|
| <obsolete>
|
|
|