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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1796983002: Log aggregated abort metrics when histograms are uploaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: isherman@ review 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
« no previous file with comments | « components/metrics/net/network_metrics_provider.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 c4286169b6d6e11d21eb08e95dc1636bae404123..83c004d37634281ddd2a71ea73d6290b5c31eff7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25004,6 +25004,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.ErrAborted.CountPerUpload" 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>
« no previous file with comments | « components/metrics/net/network_metrics_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698