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

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

Issue 2019783002: Add histograms for requests that were fetched successfully (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sclittle, asvitkine comments Created 4 years, 7 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/common/data_reduction_proxy_params.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 9cbd0bffc8fa2e91116459f6193caf4f90dc9630..747d542c42c83055f95d2306cc59579ef152c248 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7626,6 +7626,29 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.SuccessfulRequestCompletionCounts"
+ units="count">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Count of the number of requests that were successfully fetched via data
+ reduction proxy. The bucket represents the index of the data reduction proxy
+ in the data reduction proxy list.
+ </summary>
+</histogram>
+
+<histogram
+ name="DataReductionProxy.SuccessfulRequestCompletionCounts.MainFrame"
+ units="count">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Count of the number of main frame requests that were successfully fetched
+ via data reduction proxy. The bucket represents the index of the data
+ reduction proxy in the data reduction proxy list.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.UIAction" enum="DataReductionProxyUIAction">
<owner>bengr@chromium.org</owner>
<owner>megjablon@chromium.org</owner>
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698