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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1179953005: Add History.TopHostsVisitsByRank UMA metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@is_allowed
Patch Set: Edits per mpearson. Created 5 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 57daa7befac55f5d60833ee420c28fd6291f8934..ca26d1b2e18b6aad886e6d735d968e8f59fe8a79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12918,6 +12918,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="History.TopHostsVisitsByRank" units="rank">
+ <owner>twifkak@chromium.org</owner>
+ <summary>
+ Page visits to each of a user's top 50 hosts. Visits to all other hosts go
+ into the 51st bucket. Android-only. The list of top hosts is computed
+ approximately nightly. Only count the page visit if it came from user
Mark P 2015/06/12 21:09:54 after "nightly.", you may want to add another sent
twifkak 2015/06/16 20:25:24 Done.
+ browsing and only count it once when cycling through a redirect chain.
Mark P 2015/06/12 21:09:54 I suggest removing "came from user browsing". Loo
twifkak 2015/06/16 20:25:24 Done.
Mark P 2015/06/16 20:54:31 No. I was thinking from the previous text that yo
twifkak 2015/06/17 00:05:23 Acknowledged.
+ </summary>
+</histogram>
+
<histogram name="History.TopSitesRecoveredPercentage" units="%">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« components/history/core/browser/url_utils.cc ('K') | « components/history/core/browser/url_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698