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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2910023003: Change the logic for discarding all non-histogram logs because of actions/omnibox events to truncat… (Closed)
Patch Set: fix comment Created 3 years, 6 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 6ed192b3a430a9c42cd098e58111a7082c27aa59..e60bf3d34496f7e47a63e7661eaa434ae0728785 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.TruncateOmnibox" units="events">
Alexei Svitkine (slow) 2017/05/30 21:57:00 Nit: Make the metric name more clearly reflect wha
rkaplow 2017/05/31 15:17:06 Done.
+ <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.TruncateUserAction" 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
« components/metrics/metrics_log_unittest.cc ('K') | « components/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698