Send wr.renderer_time in a custom ping that keeps to the Legacy Telemetry "main" ping's schedule
Categories
(Data Platform and Tools :: Glean: SDK, defect)
Tracking
(firefox106 fixed)
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
Details
Attachments
(3 files)
In bug 1784297 it's unclear if observed shifts in summary statistics are artefacts of "metrics" ping scheduling being different from "main" ping scheduling.
So let's send the instrumentation under observation (wr.renderer_time) in a ping that matches the "main" ping's schedule.
Note that this won't be identical. Because of Telemetry's ephemeral nature, pings are submitted and sent after networking is shut down (via pingsender). Glean doesn't need or have this. But the data contained in the two pings ("main" and... let's call it "pseudo-main") should be identical (modulo bucketing).
To aid in matching ping to ping, I think we may also wish to include some "main" ping identifying marks: the legacy client_id and the profileSubsessionCounter ought to do it.
The original data review for wr.renderer_time and the legacy client_id cover this new ping, but as profileSubsessionCounter has no review, we'll need to get review before landing this.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Comment on attachment 9290452 [details]
data collection review request
data-review+
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes.
- Is there a control mechanism that allows the user to turn the data collection on and off? (Note, for data collection not needed for security purposes, Mozilla provides such a control mechanism) Provide details as to the control mechanism available.
Yes, the usual telemetry opt-out UI in preferences.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Not applicable
- 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 data.
- Is the data collection request for default-on or default-off?
Default-on.
- Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
- Is the data collection covered by the existing Firefox privacy notice?
Yes.
- Does the data collection use a third-party collection tool?
No.
Comment 6•4 years ago
|
||
Backed out for causing xpcshell failures on test_TelemetryController.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | toolkit/components/telemetry/tests/unit/test_TelemetryController.js | xpcshell return code: 0
| Assignee | ||
Comment 7•4 years ago
|
||
Ah, whoops, can't initializeFOG in Android. https://treeherder.mozilla.org/#/jobs?repo=try&revision=6491af5d5dbd2944330c17d9583e0ba76b9c321b for the patched patch.
| Assignee | ||
Comment 8•4 years ago
|
||
And whoops, testResetFOG isn't available in Android either (until bug 1752139). New trypush: https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=6a8d6ae663ea35f6dfb0e93466ef9b7a52a73096
Comment 10•4 years ago
|
||
| bugherder | ||
Description
•