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

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

Issue 2952343004: Adding previews information to PLM UKM (Closed)
Patch Set: comment on BroadcastEventToObservers Created 3 years, 5 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/ukm/ukm.xml
diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
index d9cb199befd99a4e91e98f3e549a186527f21189..6f0f4d288a6a12a5012275800a7dae5a0f1d54c6 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -750,6 +750,34 @@ be describing additional metrics about the same event.
</summary>
</event>
+<event name="Previews" singular="True">
+ <owner>ryansturm@chromium.org</owner>
+ <summary>
+ Previews related metrics associated with a page load.
rkaplow 2017/07/13 15:43:31 can you point to what are Previews (maybe just a c
RyanSturm 2017/07/17 18:48:30 Done.
+ </summary>
+ <metric name="client_lofi">
+ <summary>
rkaplow 2017/07/13 15:43:32 I would say '1' and not true
RyanSturm 2017/07/17 18:48:30 Done.
+ Set to true when a user is shown a client lo-fi image in a page load.
+ </summary>
+ </metric>
+ <metric name="lite_page">
+ <summary>
+ Set to true when a user is shown a lite page in page load.
+ </summary>
+ </metric>
+ <metric name="opt_out">
+ <summary>
+ Set to true when a user clicks &quot;Show Original&quot; on a preview page
+ load.
+ </summary>
+ </metric>
+ <metric name="server_lofi">
+ <summary>
+ Set to true when a user is shown a server lo-fi image in a page load.
+ </summary>
+ </metric>
+</event>
+
<event name="Translate">
<owner>hamelphi@chromium.org</owner>
<summary>
« services/metrics/public/cpp/ukm_recorder.h ('K') | « services/metrics/public/cpp/ukm_recorder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698