Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / toolkit / modules / metrics.yaml
bloba60fa077f59db5e5b79b38ee7e77ac41194e555f
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