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

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

Issue 2407073002: Record scheme of the data reduction proxy server (Closed)
Patch Set: Add missing include 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 | « components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_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
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2b159ee38b2703c644a8f7218ec1ed0e4e300e8e..d892507f6e448ad162e1b8d8ca7bc3d47c2f3708 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8525,6 +8525,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.ProxySchemeUsed"
+ enum="DataReductionProxyProxySchemeUsed">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Records the scheme of the data reduction proxy server. Recorded for every
+ request that is fetched successfully through a data reduction proxy server.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.Quic.OnAlternativeProxyBroken"
units="count">
<owner>tbansal@chromium.org</owner>
@@ -76935,6 +76945,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
*.googlezip.net proxy was cleared"/>
</enum>
+<enum name="DataReductionProxyProxySchemeUsed" type="int">
+ <int value="0" label="Unknown"/>
+ <int value="1" label="HTTP"/>
+ <int value="2" label="HTTPS"/>
+ <int value="3" label="QUIC"/>
+</enum>
+
<enum name="DataReductionProxyQuicProxyStatus" type="int">
<int value="0" label="QUIC proxy was available"/>
<int value="1"
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698