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

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

Issue 1121823004: Add some basic UMA for proxy service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« net/proxy/proxy_service.cc ('K') | « net/proxy/proxy_service.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 6ab5e53c7de7317fa5ed83535e298fa1b9143cd8..5a5d5cecaa964bc63d29069680988d941d4db3dc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19862,6 +19862,32 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The length of the URL that was passed into the PAC script.</summary>
</histogram>
+<histogram name="Net.ProxyService.ResolvedSynchronously">
+ <owner>eroman@chromium.org</owner>
+ <summary>
+ Whether proxy resolution occured synchronously. This is usually, but not
+ necessarily, due to using a direct connection instead of a proxy.
+ </summary>
+</histogram>
+
+<histogram name="Net.ProxyService.ResolveTime">
+ <owner>eroman@chromium.org</owner>
+ <summary>
+ The time the proxy service took to resolve a URL. This includes PAC script
+ execution, DNS queries, and retries due to errors and changing
+ configurations.
+ </summary>
+</histogram>
+
+<histogram name="Net.ProxyService.ScriptTerminated">
+ <owner>eroman@chromium.org</owner>
+ <summary>
+ Whether a proxy resolution resulted in the PAC script terminating
+ unexpectedly. This happens when the resolver process crashes when using
+ out-of-process PAC.
+ </summary>
+</histogram>
+
<histogram name="Net.PublicKeyPinFailureDomain" enum="PublicKeyPinFailedDomain">
<owner>agl@chromium.org</owner>
<summary>
« net/proxy/proxy_service.cc ('K') | « net/proxy/proxy_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698