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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « services/metrics/public/cpp/ukm_recorder.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2017 The Chromium Authors. All rights reserved. 2 Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome UKM metrics 8 This file is used to generate a comprehensive list of Chrome UKM metrics
9 along with a detailed description for each metric. 9 along with a detailed description for each metric.
10 10
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 </metric> 885 </metric>
886 </event> 886 </event>
887 887
888 <event name="Plugins.FlashInstance"> 888 <event name="Plugins.FlashInstance">
889 <owner>tommycli@chromium.org</owner> 889 <owner>tommycli@chromium.org</owner>
890 <summary> 890 <summary>
891 Recorded when a Flash object instance is created. 891 Recorded when a Flash object instance is created.
892 </summary> 892 </summary>
893 </event> 893 </event>
894 894
895 <event name="Previews" singular="True">
896 <owner>ryansturm@chromium.org</owner>
897 <summary>
898 Previews related metrics associated with a page load. See
899 //componenets/previews/.
900 </summary>
901 <metric name="client_lofi">
902 <summary>
903 Set to 1 when a user is shown a client lo-fi image in a page load.
904 </summary>
905 </metric>
906 <metric name="lite_page">
907 <summary>
908 Set to 1 when a user is shown a lite page in page load.
909 </summary>
910 </metric>
911 <metric name="opt_out">
912 <summary>
913 Set to 1 when a user clicks &quot;Show Original&quot; on a preview page
914 load.
915 </summary>
916 </metric>
917 <metric name="server_lofi">
918 <summary>
919 Set to 1 when a user is shown a server lo-fi image in a page load.
920 </summary>
921 </metric>
922 </event>
923
895 <event name="SubresourceFilter" singular="True"> 924 <event name="SubresourceFilter" singular="True">
896 <owner>bmcquade@chromium.org</owner> 925 <owner>bmcquade@chromium.org</owner>
897 <owner>csharrison@chromium.org</owner> 926 <owner>csharrison@chromium.org</owner>
898 <summary> 927 <summary>
899 Recorded for page loads where subresource filtering policy was evaluated. 928 Recorded for page loads where subresource filtering policy was evaluated.
900 </summary> 929 </summary>
901 <metric name="ActivationDecision"> 930 <metric name="ActivationDecision">
902 <summary> 931 <summary>
903 Enum that records the policy decision to activate subresource filtering 932 Enum that records the policy decision to activate subresource filtering
904 for a page load. 0 = Unknown, 1 = Activated, 2 = Disabled, 3 = Unsupported 933 for a page load. 0 = Unknown, 1 = Activated, 2 = Disabled, 3 = Unsupported
(...skipping 22 matching lines...) Expand all
927 <metric name="DeclineCount"/> 956 <metric name="DeclineCount"/>
928 <metric name="EventType"/> 957 <metric name="EventType"/>
929 <metric name="IgnoreCount"/> 958 <metric name="IgnoreCount"/>
930 <metric name="RankerResponse"/> 959 <metric name="RankerResponse"/>
931 <metric name="RankerVersion"/> 960 <metric name="RankerVersion"/>
932 <metric name="SourceLanguage"/> 961 <metric name="SourceLanguage"/>
933 <metric name="TargetLanguage"/> 962 <metric name="TargetLanguage"/>
934 </event> 963 </event>
935 964
936 </ukm-configuration> 965 </ukm-configuration>
OLDNEW
« 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