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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2442633002: Add a QUIC proxy server to the list of QUIC servers supported at start up (Closed)
Patch Set: Rebased, Addressed ryansturm comments Created 4 years, 1 month 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f88bbca1cdc651b8c4c1dc305195f6e397ead7fc..9f2943d7d998481eb7a465542002205347865533 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8664,6 +8664,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.Quic.ProxyServerAtStartUpQueried"
+ enum="DataReductionProxyQuicProxyAtStartup">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Status of the availability of valid data reduction proxy servers that
+ support 0-RTT QUIC at startup. This metric is recorded only when data
+ reduction proxy delegate is queried for the list of supported QUIC proxy
+ servers.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.Quic.ProxyStatus"
enum="DataReductionProxyQuicProxyStatus">
<owner>tbansal@chromium.org</owner>
@@ -77972,6 +77984,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="QUIC"/>
</enum>
+<enum name="DataReductionProxyQuicProxyAtStartup" 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 suppotable QUIC proxy was available in the list of data
RyanSturm 2016/10/24 18:01:07 s/suppotable/supportable/
tbansal1 2016/10/24 18:36:07 Done.
+ reduction proxies"/>
+</enum>
+
<enum name="DataReductionProxyQuicProxyStatus" type="int">
<int value="0" label="QUIC proxy was available"/>
<int value="1"

Powered by Google App Engine
This is Rietveld 408576698