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

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

Issue 2952343004: Adding previews information to PLM UKM (Closed)
Patch Set: rebase 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
« no previous file with comments | « services/metrics/public/cpp/ukm_recorder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/ukm/ukm.xml
diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
index 271b3175fbace68a48c01b3a444801d326d50572..4c493d4e53f6fb170b839bad8c96f3053c3a33a5 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -892,6 +892,35 @@ 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. See
+ //componenets/previews/.
+ </summary>
+ <metric name="client_lofi">
+ <summary>
+ Set to 1 when a user is shown a client lo-fi image in a page load.
+ </summary>
+ </metric>
+ <metric name="lite_page">
+ <summary>
+ Set to 1 when a user is shown a lite page in page load.
+ </summary>
+ </metric>
+ <metric name="opt_out">
+ <summary>
+ Set to 1 when a user clicks &quot;Show Original&quot; on a preview page
+ load.
+ </summary>
+ </metric>
+ <metric name="server_lofi">
+ <summary>
+ Set to 1 when a user is shown a server lo-fi image in a page load.
+ </summary>
+ </metric>
+</event>
+
<event name="SubresourceFilter" singular="True">
<owner>bmcquade@chromium.org</owner>
<owner>csharrison@chromium.org</owner>
« no previous file with comments | « 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