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
|
|
|
---
|
2021-03-29 15:53:45 +00:00
|
|
|
$schema: moz://mozilla.org/schemas/glean/pings/2-0-0
|
2019-05-03 14:40:22 +00:00
|
|
|
|
|
|
|
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:
|
2021-01-14 16:20:34 +00:00
|
|
|
- https://bugzilla.mozilla.com/1538011/
|
|
|
|
- https://bugzilla.mozilla.com/1501822/
|
2019-05-14 13:56:19 +00:00
|
|
|
data_reviews:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
|
|
|
|
notification_emails:
|
2021-06-17 19:48:34 +00:00
|
|
|
- android-probes@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:
|
2021-06-17 19:48:34 +00:00
|
|
|
- android-probes@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.
|
|
|
|
|
2021-02-18 03:34:10 +00:00
|
|
|
In addition to being captured on real devices, the ping data was prematurely
|
|
|
|
optimized into this separate ping to be isolated from other metrics to be
|
|
|
|
more easily captured by performance testing automation but that hasn't
|
|
|
|
happened in practice. We would have removed it but implementation
|
|
|
|
details don't make that possible:
|
|
|
|
https://github.com/mozilla-mobile/fenix/issues/17972#issuecomment-781002987
|
|
|
|
include_client_id: true
|
2020-03-31 22:56:32 +00:00
|
|
|
bugs:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8803
|
2021-02-18 03:34:10 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/17972
|
2020-03-31 22:56:32 +00:00
|
|
|
data_reviews:
|
2020-04-16 23:15:35 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
|
2021-02-18 04:13:45 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/18043#issue-575389284
|
2020-03-31 22:56:32 +00:00
|
|
|
notification_emails:
|
|
|
|
- perf-android-fe@mozilla.com
|
2021-02-18 03:34:10 +00:00
|
|
|
- mcomella@mozilla.com
|