Closed
Bug 1666545
Opened 5 years ago
Closed 5 years ago
Move Places telemetry collection to the first idle
Categories
(Firefox :: Bookmarks & History, task, P1)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: mak, Assigned: mtigley)
References
Details
Attachments
(1 file)
We currently collect Places telemetry on the gather-telemetry topic because it involved I/O to the database files. That means often it won't be reported, and that creates problems when analyzing the data.
We should move the collection to the first idle instead, as suggested by Data Science, and potentially cache the information for 24 hours (where though, a pref?) to avoid I/O happening too often.
| Reporter | ||
Comment 1•5 years ago
•
|
||
| Reporter | ||
Updated•5 years ago
|
Component: Address Bar → Bookmarks & History
Updated•5 years ago
|
Priority: P2 → P1
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mtigley
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by mtigley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a103945acdf4
Move Places telemetry collection to the first idle. r=jaws
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•