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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2707783004: [remote suggestions] Add a new histogram for recording the time since a snippet was fetched. (Closed)
Patch Set: Address comments of comments Created 3 years, 10 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 48e0bb9be0a4081ef03fc492b8c6c8a1c0cb9fd4..6b02a6d3558baa50cf06124473dd7629d49e7c53 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39836,6 +39836,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="NewTabPage.ContentSuggestions.TimeSinceLastBackgroundFetch"
units="ms">
+ <obsolete>
+ Replaced by NewTabPage.ContentSuggestions.TimeSinceSuggestionFetched.
+ </obsolete>
<owner>markusheintz@chromium.org</owner>
<summary>
Android: The time since the last successful background fetch of remote
@@ -39844,6 +39847,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.TimeSinceSuggestionFetched"
+ units="seconds">
Marc Treib 2017/02/22 13:38:11 Please check with histogram owners what units are
markusheintz_ 2017/02/22 13:42:05 Done.
+ <owner>markusheintz@chromium.org</owner>
+ <summary>
+ Android: The time since the displayed content suggestions was fetched.
+ Recorded when the user looks at content suggestions on the NTP. The metric
+ is only recorded for snippets of the Articles for you section.
Marc Treib 2017/02/22 13:38:11 nit: s/snippets/suggestions/
markusheintz_ 2017/02/22 13:42:05 Done.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.UIUpdateResult"
enum="ContentSuggestionsUIUpdateResult">
<obsolete>

Powered by Google App Engine
This is Rietveld 408576698