Substantial increase in startup metrics sending null values
Categories
(Fenix :: Experimentation and Telemetry, defect)
Tracking
(firefox127 wontfix, firefox128 fixed, firefox129 fixed)
People
(Reporter: jonalmeida, Assigned: jonalmeida)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
85.03 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-release+
|
Details | Review |
Data science observed a large increase in null values being sent from some metrics (this query in particular is for preferences_signed_in_sync
) that are set during startup. After some investigation, this seems to have been caused by the changes in bug 1892230.
At the same time, these metrics have also had the incorrect lifetime on them which has made them susceptible to data loss because of the new behaviour in batch writing within glean.
Device information
- Firefox version: 127
- Android device model: all devices
- Android OS version: all versions
Any additional information?
See the attached image on the linked query returning higher null values.
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 3•5 months ago
|
||
bugherder |
Comment 4•5 months ago
|
||
The patch landed in nightly and beta is affected.
:jonalmeida, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox128
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 5•5 months ago
|
||
Comment on attachment 9409553 [details]
Bug 1904702 - Update startup metrics to use an application lifetime r=#android-reviewers,janerik!
Beta/Release Uplift Approval Request
- User impact if declined: None, this does not affect users at all.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It only affects telemetry startup metric collection. The change is only in the metrics configuration and should not change the behaviour of the application.
- String changes made/needed:
- Is Android affected?: Yes
Comment hidden (obsolete) |
Assignee | ||
Updated•5 months ago
|
Comment 7•5 months ago
|
||
Comment on attachment 9409553 [details]
Bug 1904702 - Update startup metrics to use an application lifetime r=#android-reviewers,janerik!
128 is in RC now, moving the request accordingly.
Comment 8•5 months ago
|
||
Comment on attachment 9409553 [details]
Bug 1904702 - Update startup metrics to use an application lifetime r=#android-reviewers,janerik!
Approved for 128.0rc2.
Updated•5 months ago
|
Description
•