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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2862743002: Add a metric to record http response code for download requests. (Closed)
Patch Set: Created 3 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 | « content/browser/download/download_stats.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 c5a6a1051d3ab145f47801f6850103b3fd4ca7ec..6da4238dddc2e95f7477926fa1769e6cf489adca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13931,6 +13931,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Download.HttpResponseCode">
Ilya Sherman 2017/05/04 06:06:50 Is there an enum that's appropriate to associate w
xingliu 2017/05/04 16:52:41 No, this metric logs all the http response code. "
Ilya Sherman 2017/05/04 19:39:24 It looks like the HttpResponseCode enum is appropr
+ <owner>xingliu@chromium.org</owner>
+ <summary>The count of HTTP Response codes for download requests.</summary>
+</histogram>
+
<histogram name="Download.InterruptedAtEndError" enum="NetErrorCodes">
<owner>asanka@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/download/download_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698