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

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

Issue 1796983002: Log aggregated abort metrics when histograms are uploaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 6a23d3b6f868c5b94f614a9351600babdd86877b..2882e398cae7c55ed10d7d63d73510f7c086808c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24931,6 +24931,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.ErrAborted.CountPerUpload" units="counts">
Ilya Sherman 2016/03/16 22:33:41 nit: I'd either write something like units="aborts
Charlie Harrison 2016/03/17 14:03:20 Changed to units="aborts"
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The count of the ABORTED bucket in Net.ErrorCodesForMainFrame3 at the time
+ histograms are being uploaded.
+ </summary>
+</histogram>
+
+<histogram name="Net.ErrAborted.ProportionPerUpload" units="%">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The bucket proportion of the ABORTED bucket in Net.ErrorCodesForMainFrame3
+ at the time histograms are being uploaded.
+ </summary>
+</histogram>
+
<histogram name="Net.ErrAborted.ReceivedBytes" units="bytes">
<owner>csharrison@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698