For #17972: add client id to startup-timeline ping, update docs.

This addresses the root problem we're experiencing for this issue - data
not showing up in GLAM.
upstream-sync
Michael Comella 3 years ago committed by Michael Comella
parent 993428cd0f
commit 012cc21521

@ -35,14 +35,18 @@ startup-timeline:
description: | description: |
This ping is intended to provide an understanding of startup performance. This ping is intended to provide an understanding of startup performance.
The ping is intended to be captured by performance testing automation to In addition to being captured on real devices, the ping data was prematurely
report results there, in addition to user telemetry. We place these metrics optimized into this separate ping to be isolated from other metrics to be
into their own ping in order to isolate them and make this process easier. more easily captured by performance testing automation but that hasn't
include_client_id: false 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
bugs: bugs:
- https://github.com/mozilla-mobile/fenix/issues/8803 - https://github.com/mozilla-mobile/fenix/issues/8803
- https://github.com/mozilla-mobile/fenix/issues/17972
data_reviews: data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626 - https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
notification_emails: notification_emails:
- perf-android-fe@mozilla.com - perf-android-fe@mozilla.com
- esmyth@mozilla.com - mcomella@mozilla.com

Loading…
Cancel
Save