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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2768173002: Record the time duration for establishing proxy connection (Closed)
Patch Set: Address error histogram Created 3 years, 8 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/http/http_proxy_client_socket_wrapper.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 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"/>
« no previous file with comments | « net/http/http_proxy_client_socket_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698