Bug 1865172 Part 1 - Always store a page name value when a breakpoint is first found...
[gecko.git] / toolkit / xre / metrics.yaml
blob03a8dfe3fdc8663e26a7346d0609da0248471b49
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 :: Startup and Profile System"
13 gecko:
14   version:
15     description: >
16       The version of the Gecko engine, example: 74.0a1
17       (Migrated from the geckoview metric of the same name).
18     type: string
19     # Temporary misuse of the user lifetime approved by Glean team
20     # due to limitations in Geckoview streaming telemetry.
21     # DO NOT DUPLICATE unless approved by Glean team.
22     lifetime: user
23     bugs:
24       - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240
25       - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
26       - https://bugzilla.mozilla.org/show_bug.cgi?id=1877576
27     data_reviews:
28       - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2
29     notification_emails:
30       - gfx-telemetry-alerts@mozilla.com
31     expires: never
33   build_id:
34     description: >
35       The Buildid of the Gecko engine, example: 20200205124310
36       (Migrated from the geckoview metric of the same name).
37     type: string
38     # Temporary misuse of the user lifetime approved by Glean team
39     # due to limitations in Geckoview streaming telemetry.
40     # DO NOT DUPLICATE unless approved by Glean team.
41     lifetime: user
42     bugs:
43       - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240
44       - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
45       - https://bugzilla.mozilla.org/show_bug.cgi?id=1877576
46     data_reviews:
47       - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2
48     notification_emails:
49       - gfx-telemetry-alerts@mozilla.com
50     expires: never