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

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: Add histogram enum. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c5a6a1051d3ab145f47801f6850103b3fd4ca7ec..cd6cccf0f5fb4069436036210d7f0ac17c8930fe 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" enum="HttpResponseCode">
+ <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>

Powered by Google App Engine
This is Rietveld 408576698