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

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

Issue 2910023003: Change the logic for discarding all non-histogram logs because of actions/omnibox events to truncat… (Closed)
Patch Set: today extension 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
« no previous file with comments | « ios/chrome/today_extension/today_metrics_logger.mm ('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 6ed192b3a430a9c42cd098e58111a7082c27aa59..ead00624f8553093baf3e633dd35b0cf4d2fe018 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77719,6 +77719,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="UMA.Discarded Log Events">
+ <obsolete>
+ Replaced by UMA.Truncate* metrics.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<owner>rkaplow@chromium.org</owner>
<summary>
@@ -78209,6 +78212,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.TruncatedEvents.Omnibox" units="events">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The number of omnibox events that existed in the metrics log before we
+ truncated them to save bandwidth.
+ </summary>
+</histogram>
+
+<histogram name="UMA.TruncatedEvents.UserAction" units="events">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The number of user actions events that existed in the metrics log before we
+ truncated them to save bandwidth.
+ </summary>
+</histogram>
+
<histogram name="UMA.Unacceptable_Log_Discarded">
<obsolete>
Deprecated as of May, 2012 (i.e. Chrome 21+). Replaced by the
« no previous file with comments | « ios/chrome/today_extension/today_metrics_logger.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698