Bug 1838365 add some DecodedStream finished logging r=pehrsons,media-playback-reviewe...
[gecko.git] / toolkit / modules / metrics.yaml
blobf073bd1431215531416ae73463f3c2d930eeed27
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