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"> |