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

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: '"' 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 f7fd8937c039f19f0327adf824671dab93cf2849..623fbdf96ea119070d5dada519eda997a6f1337f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39844,6 +39844,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.TimeSinceSuggestionFetched"
+ units="ms">
Marc Treib 2017/02/21 09:14:09 Is this the correct unit? Will the dashboard alway
markusheintz_ 2017/02/21 11:31:50 yes. It seems to be the common unit. But I can se
Marc Treib 2017/02/21 11:53:48 I *think* this is only used for the label in the d
markusheintz_ 2017/02/21 15:28:57 The example for the MACRO usage refers to ms as th
markusheintz_ 2017/02/21 17:21:41 PTAL
+ <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.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.UIUpdateResult"
enum="ContentSuggestionsUIUpdateResult">
<obsolete>

Powered by Google App Engine
This is Rietveld 408576698