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

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 histogram.xml description and owner order. Also changed the method of counting zero. 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..657cb05ac83e0a83a683a31e0a3911c791610c58 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.IsZero" enum="Boolean">
+ <owner>charleszhao@chromium.org</owner>
+ <owner>dominickn@chromium.org</owner>
+ <owner>kcarattini@chromium.org</owner>
+ <summary>
+ The distribution of zero versus non-zero engagement scores accumulated by
+ the user, recorded at the same time as
+ SiteEngagementService.EngagementScore.
+ </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