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 "Show Original" 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> |