Instrument upload timing
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: janerik, Assigned: janerik)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
For legacy we instrument the "time needed for a successful send of a Telemetry ping to the servers and getting a reply back" (probe dict).
Similar for failure.
We want that on Glean as well.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Comment on attachment 9316105 [details]
data-review-request-bug-1814592.txt
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection can be controlled through the product's preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, glean-team@mozilla.com, and jrediger@mozilla.com are responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Assignee | ||
Comment 4•2 years ago
|
||
badboy merged PR #2365: "Bug 1814592 - Instrument the time needed for a successful/failure upload of a ping" in 18d912c.
This landed, but for the time being I want to revert them until I figure out why it makes Swift tests that much flakier: https://github.com/mozilla/glean/pull/2374
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
badboy merged PR #2376: "Bug 1814592 - Instrument the time needed for a successful/failure upload of a ping & upload shutdown in testing" in aa71b96.
Description
•