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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/metrics/ukm/model.py ('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 85d388261cf69fa3adc05580566a3d8d0eb5299e..2b809c898069ade428155aac7576100573b037cb 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -7,6 +7,10 @@ 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.
+
+Events may be marked with the attribute singular="True" to indicate that
+the event will only occur once per source, and multiple entries will just
+be describing additional metrics about the same event.
-->
<ukm-configuration>
@@ -155,7 +159,7 @@ along with a detailed description for each metric.
</metric>
</event>
-<event name="PageLoad">
+<event name="PageLoad" singular="True">
<owner>bmcquade@chromium.org</owner>
<summary>
Recorded when Pageload observer events fire.
« 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