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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2503273002: Fetch a warmup URL if data reduction proxy is enabled (Closed)
Patch Set: ryansturm comments Created 4 years 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/common/data_reduction_proxy_params_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 a667b94fd0478ea271e1c93bf3f9a36035def877..916071c80b9292f0500bf1c0edeb444ae1bbf36b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9160,6 +9160,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.WarmupURL.FetchInitiated" units="count">
+ <owner>tbansal@chromium.org</owner>
+ <summary>
+ Number of times the data reduction proxy warm up URL was fetched.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.WarmupURL.FetchSuccessful"
+ enum="BooleanSuccess">
+ <owner>tbansal@chromium.org</owner>
+ <summary>Whether the warm up URL was fetched succesfully.</summary>
+</histogram>
+
<histogram name="DataUsage.MatchingRulesCount.Invalid" units="count">
<owner>bengr@chromium.org</owner>
<owner>rajendrant@chromium.org</owner>
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698