Bug 1885602 - Part 5: Implement navigating to the SUMO help topic from the menu heade...
[gecko.git] / toolkit / modules / metrics.yaml
blob9c7cedfe14d43b8b1c3b62a347378032e2e48f7d
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Adding a new metric? We have docs for that!
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
8 ---
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
10 $tags:
11   - 'Toolkit :: General'
13 first_startup:
14   status_code:
15     type: quantity
16     unit: status code
17     description: |
18       Status of the FirstStartup service, which runs
19       post-install/early-startup in Firefox.
20     bugs:
21       - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
22     data_reviews:
23       - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
24     data_sensitivity:
25       - technical
26     notification_emails:
27       - rhelmer@mozilla.com
28       - mconley@mozilla.com
29     expires: never
30     send_in_pings:
31       - first-startup
33   elapsed:
34     type: quantity
35     unit: milliseconds
36     description: |
37       Number of milliseconds the FirstStartup service took to run.
38     bugs:
39       - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
40     data_reviews:
41       - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
42     data_sensitivity:
43       - technical
44     notification_emails:
45       - rhelmer@mozilla.com
46       - mconley@mozilla.com
47     expires: never
48     send_in_pings:
49       - first-startup
51   normandy_init_time:
52     type: quantity
53     unit: milliseconds
54     description: >
55       Number of milliseconds until Normandy.init resolved in FirstStartup.
56     bugs:
57       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
58     data_reviews:
59       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
60     data_sensitivity:
61       - technical
62     notification_emails:
63       - rhelmer@mozilla.com
64       - mconley@mozilla.com
65     expires: never
66     send_in_pings:
67       - first-startup
69   delete_tasks_time:
70     type: quantity
71     unit: milliseconds
72     description: >
73       Number of milliseconds until TaskScheduler.deleteAllTasks resolved in FirstStartup.
74     bugs:
75       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
76     data_reviews:
77       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
78     data_sensitivity:
79       - technical
80     notification_emails:
81       - rhelmer@mozilla.com
82       - mconley@mozilla.com
83     expires: never
84     send_in_pings:
85       - first-startup
87   new_profile:
88     type: boolean
89     description: >
90       True if FirstStartup was initted after a new profile was just created. If
91       false, this means that FirstStartup was initted with a pre-existing
92       profile, which is a no-op.
93     bugs:
94       - https://bugzilla.mozilla.org/show_bug.cgi?id=1877545
95       - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
96     data_reviews:
97       - https://bugzilla.mozilla.org/show_bug.cgi?id=1877545
98     data_sensitivity:
99       - technical
100     notification_emails:
101       - rhelmer@mozilla.com
102       - mconley@mozilla.com
103     expires: never
104     send_in_pings:
105       - first-startup