| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 37d28b378f08483d3fc9588294ff69f05a12158e..4ff3de352e501c39d7b1b4982b8fb5605c73bbd4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8484,6 +8484,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="DataReductionProxy.Quic.DefaultAlternativeProxy"
|
| + enum="DataReductionProxyQuicDefaultAlternativeProxy">
|
| + <owner>tbansal@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + Status of the availability of valid alternative data reduction proxy
|
| + servers. This metric is recorded only when data reduction proxy delegate is
|
| + queried for the value of the supported alternative proxy server.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="DataReductionProxy.Quic.OnAlternativeProxyBroken"
|
| units="count">
|
| <owner>tbansal@chromium.org</owner>
|
| @@ -76785,6 +76796,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| *.googlezip.net proxy was cleared"/>
|
| </enum>
|
|
|
| +<enum name="DataReductionProxyQuicDefaultAlternativeProxy" type="int">
|
| + <int value="0" label="QUIC proxy was available"/>
|
| + <int value="1" label="QUIC proxy was marked as broken"/>
|
| + <int value="2"
|
| + label="No supportable QUIC proxy was available in the list of data
|
| + reduction proxies"/>
|
| +</enum>
|
| +
|
| <enum name="DataReductionProxyQuicProxyStatus" type="int">
|
| <int value="0" label="QUIC proxy was available"/>
|
| <int value="1"
|
|
|