2019-05-03 14:40:22 +00:00
|
|
|
# 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/.
|
2020-04-15 17:04:27 +00:00
|
|
|
---
|
2019-05-03 14:40:22 +00:00
|
|
|
$schema: moz://mozilla.org/schemas/glean/pings/1-0-0
|
|
|
|
|
|
|
|
activation:
|
2020-04-15 17:04:27 +00:00
|
|
|
description: |
|
|
|
|
This ping is intended to provide a measure of the activation of mobile
|
|
|
|
products. It's generated when Fenix starts, right after Glean is
|
|
|
|
initialized. It doesn't include the client_id, since it might be reporting
|
|
|
|
an hashed version of the Google Advertising ID.
|
2019-05-03 14:40:22 +00:00
|
|
|
include_client_id: false
|
2019-05-14 13:56:19 +00:00
|
|
|
bugs:
|
|
|
|
- 1538011
|
|
|
|
- 1501822
|
|
|
|
data_reviews:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
|
|
|
|
notification_emails:
|
|
|
|
- fenix-core@mozilla.com
|
2020-02-04 10:52:10 +00:00
|
|
|
|
2020-06-25 17:06:26 +00:00
|
|
|
first-session:
|
2020-04-15 17:04:27 +00:00
|
|
|
description: |
|
2020-06-25 17:06:26 +00:00
|
|
|
This ping is intended to capture the source of the app install
|
|
|
|
on the first session.
|
2020-03-20 17:06:55 +00:00
|
|
|
include_client_id: true
|
2020-02-04 10:52:10 +00:00
|
|
|
bugs:
|
2020-02-06 13:48:21 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7295
|
2020-02-04 10:52:10 +00:00
|
|
|
data_reviews:
|
2020-02-14 22:09:14 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
|
2020-02-04 10:52:10 +00:00
|
|
|
notification_emails:
|
2020-02-14 22:09:14 +00:00
|
|
|
- fenix-core@mozilla.com
|
2020-03-31 22:56:32 +00:00
|
|
|
|
|
|
|
startup-timeline:
|
2020-05-12 18:52:58 +00:00
|
|
|
description: |
|
2020-03-31 22:56:32 +00:00
|
|
|
This ping is intended to provide an understanding of startup performance.
|
|
|
|
|
2020-05-12 18:52:58 +00:00
|
|
|
The ping is intended to be captured by performance testing automation to
|
|
|
|
report results there, in addition to user telemetry. We place these metrics
|
|
|
|
into their own ping in order to isolate them and make this process easier.
|
2020-03-31 22:56:32 +00:00
|
|
|
include_client_id: false
|
|
|
|
bugs:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8803
|
|
|
|
data_reviews:
|
2020-04-16 23:15:35 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
|
2020-03-31 22:56:32 +00:00
|
|
|
notification_emails:
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
- esmyth@mozilla.com
|