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

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

Issue 2453973003: Add a QUIC proxy server to the list of QUIC servers supported at start up (Closed)
Patch Set: Created 4 years, 2 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/websockets/websocket_end_to_end_test.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 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"
« no previous file with comments | « net/websockets/websocket_end_to_end_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698