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

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

Side-by-side diff isn't available for this file because of its large size.
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 comments Created 4 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 004fd042fcfbb3f75d6027415828e52e465a012a..962fcd8a0232bfd00c7cd8ac7c72cf504d3f056f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7626,6 +7626,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.SuccessfulRequestCompletionCounts">
Alexei Svitkine (slow) 2016/05/27 21:16:37 Nit: add units= Same below.
tbansal1 2016/05/27 22:35:11 Done.
+ <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">
+ <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>

Powered by Google App Engine
This is Rietveld 408576698