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

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
« no previous file with comments | « components/metrics/persisted_logs.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 cbbbc4c4c7cc6a7821f8fb7e48022fab20963287..8b552474ca53974c7a4b49ebe06a484df0f0196f 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">
+ <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.
« no previous file with comments | « components/metrics/persisted_logs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698