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

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

Issue 1871733002: Add histograms for observing UMA throttling effect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 cbbbc4c4c7cc6a7821f8fb7e48022fab20963287..b4ce3d7f52a3e7afc2f3c36e68616cc2f2faec20 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54855,7 +54855,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.LogUpload.Canceled.CellularConstraint">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>gayane@chromium.org</owner>
+ <summary>
+ Logs whether a log was not uploaded due to cellular log throttling logic.
+ Android only.
+ </summary>
+</histogram>
+
<histogram name="UMA.LogUpload.ConnetionType" enum="NetworkConnectionType">
+ <obsolete>
+ Used for analyzing UMA log uploads on cellular connection, but necessary
+ after the analysis is finished.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<owner>gayane@chromium.org</owner>
<summary>
@@ -55052,6 +55065,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="UMA.UnSentLogs.Dropped">
Alexei Svitkine (slow) 2016/04/11 15:09:08 Nit: UnSentLogs -> UnsentLogs
gayane -on leave until 09-2017 2016/04/11 15:40:46 Done.
+ <owner>asvitkine@chromium.org</owner>
+ <owner>gayane@chromium.org</owner>
+ <summary>
+ Counter for number of UMA unsent logs removed from persistent storage.
+ </summary>
+</histogram>
+
<histogram name="UMA.UploadCreation" enum="BooleanSuccess">
<obsolete>
Deprecated as of August 2015. This failure case no longer exists.
« components/metrics/metrics_service.cc ('K') | « components/metrics/persisted_logs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698