| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9dab252cb5b8ab5b8fb5b5d8f885396e16afd2c8..1d35cfdc59800a6e2aa4bb755f4e11be9bd77724 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -33716,6 +33716,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.HttpProxy.ConnectLatency" units="ms">
|
| + <owner>tbansal@chromium.org</owner>
|
| + <summary>Time taken to establish the connection to the HTTP proxy.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.HttpProxySocketRequestTime" units="ms">
|
| <obsolete>
|
| Deprecated as of 10/2016.
|
| @@ -119200,6 +119205,22 @@ from previous Chrome versions.
|
| <affected-histogram name="Net.RequestTime2.Success"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="NetHttpProxyConnectLatencySecure" separator=".">
|
| + <owner>tbansal@chromium.org</owner>
|
| + <suffix name="Insecure" label="Insecure proxy"/>
|
| + <suffix name="Secure" label="Secure proxy"/>
|
| + <affected-histogram name="Net.HttpProxy.ConnectLatency"/>
|
| +</histogram_suffixes>
|
| +
|
| +<histogram_suffixes name="NetHttpProxyConnectLatencySuccess" separator=".">
|
| + <owner>tbansal@chromium.org</owner>
|
| + <suffix name="Error" label="Connection to proxy resulted in an error"/>
|
| + <suffix name="Success" label="Connection to proxy was successful"/>
|
| + <suffix name="TimedOut" label="Connection to proxy timed out"/>
|
| + <affected-histogram name="Net.HttpProxy.ConnectLatency.Insecure"/>
|
| + <affected-histogram name="Net.HttpProxy.ConnectLatency.Secure"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="NetProxyResolverExecutionTime">
|
| <suffix name="UrlOver2K" label="URL length was over 2K"/>
|
| <suffix name="UrlOver4K" label="URL length was over 4K"/>
|
|
|