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

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

Issue 307223004: Merge 273839 "Update UMA to track bypasses due to 4xx responses ..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1985/src/
Patch Set: Created 6 years, 7 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/proxy/proxy_service_unittest.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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 274257)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -2675,6 +2675,26 @@
</summary>
</histogram>
+<histogram name="DataReductionProxy.BypassOnNetworkErrorFallback"
+ enum="NetErrorCodes">
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Positive net error code that caused the fallback data reduction proxy to be
+ bypassed and put on the proxy retry list. Called after a failure to connect
+ or resolve a host name.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.BypassOnNetworkErrorPrimary"
+ enum="NetErrorCodes">
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Positive net error code that caused the primary data reduction proxy to be
+ bypassed and put on the proxy retry list. Called after a failure to connect
+ or resolve a host name.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.ProbeURL"
enum="DataReductionProxyProbeURLFetchResult">
<owner>bengr@chromium.org</owner>
@@ -32036,6 +32056,7 @@
<int value="2" label="Bypass due to internal server error"/>
<int value="3" label="Bypass due to other error"/>
<int value="4" label="Bypass due to missing via header"/>
+ <int value="5" label="Bypass due to 4xx response"/>
</enum>
<enum name="DataReductionProxyProbeURLFetchResult" type="int">
« no previous file with comments | « net/proxy/proxy_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698