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

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: 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
« no previous file with comments | « chrome/browser/engagement/site_engagement_metrics.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 7d4422f1b09f21de0c3d1d04cae4bf5dfd2dfcf6..0d4ec15ed7a02c51d7259b65fa48d1e43cd06f34 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">
+ <owner>calamity@chromium.org</owner>
kcarattini 2017/01/18 23:53:45 I think leave out calamity and add me instead, he
charleszhao 2017/01/19 22:38:20 Done.
+ <owner>dominickn@chromium.org</owner>
+ <owner>charleszhao@chromium.org</owner>
+ <summary>
+ Distribution of the engagement scores accumulated by a user the same as
+ SiteEngagementService.EngagementScore, but only counted as nearly-zero or
+ not.
+ </summary>
+</histogram>
+
<histogram name="SiteEngagementService.EngagementScoreBucket" units="%">
<owner>calamity@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/engagement/site_engagement_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698