Closed
Bug 1612282
Opened 5 years ago
Closed 5 years ago
Investigate adjusting the EXTRACT timeout length
Categories
(Toolkit :: Telemetry, enhancement)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1612283
People
(Reporter: mdroettboom, Unassigned)
References
Details
(Whiteboard: [telemetry:glean-rs:m11])
In the process of investigating bug 1609205, it was discovered that the project EXTRACT buffer is often stale if the user doesn't interact with a website for long enough.
We should experiment with changing the length of time before which metrics are flushed (currently 5000ms). The histogram of session time lengths in Fenix may be helpful as a way to determine a value.
Careful measurement of the performance impact should be performed.
Updated•5 years ago
|
See Also: → 1612283
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:m11]
Comment 1•5 years ago
|
||
I moved this over to Telemetry, since the fix would need to happen there.
Type: defect → enhancement
Component: Glean: SDK → Telemetry
Flags: needinfo?(chutten)
Priority: P3 → --
Product: Data Platform and Tools → Toolkit
Comment 2•5 years ago
|
||
Mike, would the work under bug 1612283 obviate the need for tuning this timer? (if so we can dupe this against that)
Flags: needinfo?(chutten) → needinfo?(mdroettboom)
Reporter | ||
Comment 3•5 years ago
|
||
Yeah -- I think 1612283 has more potential to do the right thing, and we should pursue it before this.
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(mdroettboom)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•