зеркало из https://github.com/mozilla/gecko-dev.git
51 строка
1.9 KiB
YAML
51 строка
1.9 KiB
YAML
# 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
|