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

Side by Side Diff: tools/metrics/ukm/ukm.xml

Issue 2870033002: Mark PageLoad UKM as singular. (Closed)
Patch Set: Mark PageLoad as singular Created 3 years, 7 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 | « tools/metrics/ukm/model.py ('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
11 Events may be marked with the attribute singular="True" to indicate that
12 the event will only occur once per source, and multiple entries will just
13 be describing additional metrics about the same event.
10 --> 14 -->
11 15
12 <ukm-configuration> 16 <ukm-configuration>
13 17
14 <event name="Autofill.CardUploadDecision"> 18 <event name="Autofill.CardUploadDecision">
15 <owner>sebsg@chromium.org</owner> 19 <owner>sebsg@chromium.org</owner>
16 <metric name="UploadDecision"> 20 <metric name="UploadDecision">
17 <summary> 21 <summary>
18 Whether the upload was proposed to the user or the reasons why it was not. 22 Whether the upload was proposed to the user or the reasons why it was not.
19 The value is a bitmask of |CardUploadDecisionMetric|. 23 The value is a bitmask of |CardUploadDecisionMetric|.
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 </summary> 152 </summary>
149 </metric> 153 </metric>
150 <metric name="ServerType"> 154 <metric name="ServerType">
151 <summary> 155 <summary>
152 Field's |ServerFieldType| returned by server. See 156 Field's |ServerFieldType| returned by server. See
153 |AutofillField.server_type()|. 157 |AutofillField.server_type()|.
154 </summary> 158 </summary>
155 </metric> 159 </metric>
156 </event> 160 </event>
157 161
158 <event name="PageLoad"> 162 <event name="PageLoad" singular="True">
159 <owner>bmcquade@chromium.org</owner> 163 <owner>bmcquade@chromium.org</owner>
160 <summary> 164 <summary>
161 Recorded when Pageload observer events fire. 165 Recorded when Pageload observer events fire.
162 </summary> 166 </summary>
163 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired"> 167 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired">
164 <summary> 168 <summary>
165 Time from navigation to dom content loaded in ms. 169 Time from navigation to dom content loaded in ms.
166 </summary> 170 </summary>
167 </metric> 171 </metric>
168 <metric name="DocumentTiming.NavigationToLoadEventFired"/> 172 <metric name="DocumentTiming.NavigationToLoadEventFired"/>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <metric name="DeclineCount"/> 219 <metric name="DeclineCount"/>
216 <metric name="EventType"/> 220 <metric name="EventType"/>
217 <metric name="IgnoreCount"/> 221 <metric name="IgnoreCount"/>
218 <metric name="RankerResponse"/> 222 <metric name="RankerResponse"/>
219 <metric name="RankerVersion"/> 223 <metric name="RankerVersion"/>
220 <metric name="SourceLanguage"/> 224 <metric name="SourceLanguage"/>
221 <metric name="TargetLanguage"/> 225 <metric name="TargetLanguage"/>
222 </event> 226 </event>
223 227
224 </ukm-configuration> 228 </ukm-configuration>
OLDNEW
« no previous file with comments | « tools/metrics/ukm/model.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698