Closed
Bug 1865652
Opened 1 years ago
Closed 1 year ago
Server Knobs: Metric configurations should be set prior to Glean.initialize
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(firefox122 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: travis_, Assigned: travis_)
Details
Attachments
(1 file)
Because some of the metrics in the "pre-init" queue set to record will be processes as part of Glean.initialize, Server Knobs metric configurations should be set before init, where possible, to allow metrics recorded prior to init to be properly configured.
Assignee | ||
Comment 1•1 years ago
|
||
In Fenix, this gets set right after Glean gets initialized. In this case it has made it difficult to affect metrics recorded prior to this, namely metrics recorded by Nimbus which is initialized before Glean in Fenix.
Comment 2•1 years ago
|
||
Assignee | ||
Updated•1 years ago
|
Assignee: nobody → tlong
Priority: -- → P1
Comment 3•1 year ago
|
||
Authored by https://github.com/travis79
https://github.com/mozilla-mobile/firefox-android/commit/5004ecc0f487f491883c8ecbcd8c715078804ce6
[main] Bug 1865652 - Move Server Knobs configuration before Glean init
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Flags: qe-verify+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•