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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2633283002: Add a new histogram for EngagementScore to check whether it's zero (Closed)
Patch Set: "Changed onwer." Created 3 years, 11 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 7d4422f1b09f21de0c3d1d04cae4bf5dfd2dfcf6..9c9dc318390cfcfbf40257e4a166946c5a13c6ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62458,6 +62458,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SiteEngagementService.EngagementScore.Zero">
dominickn 2017/01/20 02:11:53 Call this EngagementScore.IsZero. add enum="Boole
charleszhao 2017/01/20 03:17:01 Done.
charleszhao 2017/01/20 03:17:01 Done.
+ <owner>kcarattini@chromium.org</owner>
+ <owner>dominickn@chromium.org</owner>
+ <owner>charleszhao@chromium.org</owner>
dominickn 2017/01/20 02:11:53 The owners should be sorted in alphabetical order:
charleszhao 2017/01/20 03:17:01 Done.
+ <summary>
+ Distribution of the engagement scores accumulated by a user the same as
+ SiteEngagementService.EngagementScore, but only counted as nearly-zero or
dominickn 2017/01/20 02:11:53 Change this to say, "The distribution of zero vers
charleszhao 2017/01/20 03:17:01 Done.
+ not.
+ </summary>
+</histogram>
+
<histogram name="SiteEngagementService.EngagementScoreBucket" units="%">
<owner>calamity@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698