diff options
Diffstat (limited to 'toolkit/xre/metrics.yaml')
-rw-r--r-- | toolkit/xre/metrics.yaml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/toolkit/xre/metrics.yaml b/toolkit/xre/metrics.yaml new file mode 100644 index 0000000000..03a8dfe3fd --- /dev/null +++ b/toolkit/xre/metrics.yaml @@ -0,0 +1,50 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Adding a new metric? We have docs for that! +# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html + +--- +$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 +$tags: + - "Toolkit :: Startup and Profile System" + +gecko: + version: + description: > + The version of the Gecko engine, example: 74.0a1 + (Migrated from the geckoview metric of the same name). + type: string + # Temporary misuse of the user lifetime approved by Glean team + # due to limitations in Geckoview streaming telemetry. + # DO NOT DUPLICATE unless approved by Glean team. + lifetime: user + bugs: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1877576 + data_reviews: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2 + notification_emails: + - gfx-telemetry-alerts@mozilla.com + expires: never + + build_id: + description: > + The Buildid of the Gecko engine, example: 20200205124310 + (Migrated from the geckoview metric of the same name). + type: string + # Temporary misuse of the user lifetime approved by Glean team + # due to limitations in Geckoview streaming telemetry. + # DO NOT DUPLICATE unless approved by Glean team. + lifetime: user + bugs: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1877576 + data_reviews: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2 + notification_emails: + - gfx-telemetry-alerts@mozilla.com + expires: never |