| OLD | NEW |
| (Empty) | |
| 1 <!-- |
| 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 |
| 4 found in the LICENSE file. |
| 5 --> |
| 6 |
| 7 <!-- |
| 8 This file is used to generate a comprehensive list of Chrome UKM metrics |
| 9 along with a detailed description for each metric. |
| 10 --> |
| 11 |
| 12 <ukm-configuration> |
| 13 |
| 14 <event name="PageLoad"> |
| 15 <owner>bmcquade@chromium.org</owner> |
| 16 <summary> |
| 17 Recorded when Pageload observer events fire. |
| 18 </summary> |
| 19 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired"> |
| 20 <summary> |
| 21 Time from navigation to dom content loaded in ms. |
| 22 </summary> |
| 23 </metric> |
| 24 <metric name="DocumentTiming.NavigationToLoadEventFired"/> |
| 25 <metric name="Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"/> |
| 26 <metric name="Navigation.PageTransition"/> |
| 27 <metric name="Net.EffectiveConnectionType.OnNavigationStart"/> |
| 28 <metric name="Net.ErrorCode.OnFailedProvisionalLoad"/> |
| 29 <metric name="PageTiming.ForegroundDuration"/> |
| 30 <metric name="PageTiming.NavigationToFailedProvisionalLoad"/> |
| 31 <metric name="PaintTiming.NavigationToFirstContentfulPaint"/> |
| 32 <metric name="ParseTiming.NavigationToParseStart"> |
| 33 <summary> |
| 34 Time from navigation to parse start in ms. |
| 35 </summary> |
| 36 </metric> |
| 37 </event> |
| 38 |
| 39 <event name="Autofill.CardUploadDecision"> |
| 40 <owner>sebsg@chromium.org</owner> |
| 41 <metric name="UploadDecision"/> |
| 42 </event> |
| 43 |
| 44 </ukm-configuration> |
| OLD | NEW |