forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetrics.yaml
33 lines (30 loc) · 1.15 KB
/
metrics.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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/.
# This file defines the metrics that are recorded by the Glean SDK. They are
# automatically converted to platform-specific code at build time using the
# `glean_parser` PyPI package.
---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
startup:
run_from_dmg_install_outcome:
type: labeled_boolean
labels:
- root_applications_dir_missing
- user_accepted_launch_existing
- user_declined_launch_existing
- user_declined_install_prompt
- non_privileged_install_failed
- privileged_install_failed
- installed_and_relaunched
description: >
The outcome after the app detected that it was running from DMG and
should offer to install and relaunch itself.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1743328
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1743328#c1
notification_emails:
expires: "100"