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

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

Issue 2769223005: Create a UKM descriptions XML file (Closed)
Patch Set: Incorporate feedback Created 3 years, 8 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
Index: tools/metrics/ukm/ukm.xml
diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
new file mode 100644
index 0000000000000000000000000000000000000000..75d8a1a22b2c52a6c3f111ac4eae536133bddb2c
--- /dev/null
+++ b/tools/metrics/ukm/ukm.xml
@@ -0,0 +1,44 @@
+<!--
+Copyright 2017 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+
+<!--
+This file is used to generate a comprehensive list of Chrome UKM metrics
+along with a detailed description for each metric.
+-->
+
+<ukm-configuration>
+
+<event name="PageLoad">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ Recorded when Pageload observer events fire.
+ </summary>
+ <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired">
+ <summary>
+ Time from navigation to dom content loaded in ms.
+ </summary>
+ </metric>
+ <metric name="DocumentTiming.NavigationToLoadEventFired"/>
+ <metric name="Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"/>
+ <metric name="Navigation.PageTransition"/>
+ <metric name="Net.EffectiveConnectionType.OnNavigationStart"/>
+ <metric name="Net.ErrorCode.OnFailedProvisionalLoad"/>
+ <metric name="PageTiming.ForegroundDuration"/>
+ <metric name="PageTiming.NavigationToFailedProvisionalLoad"/>
+ <metric name="PaintTiming.NavigationToFirstContentfulPaint"/>
+ <metric name="ParseTiming.NavigationToParseStart">
+ <summary>
+ Time from navigation to parse start in ms.
+ </summary>
+ </metric>
+</event>
+
+<event name="Autofill.CardUploadDecision">
+ <owner>sebsg@chromium.org</owner>
+ <metric name="UploadDecision"/>
+</event>
+
+</ukm-configuration>
« tools/metrics/ukm/pretty_print.py ('K') | « tools/metrics/ukm/pretty_print_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698