Telemetry for Printing on Android
Categories
(GeckoView :: General, task, P1)
Tracking
(firefox113 fixed)
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: olivia, Assigned: olivia)
References
(Blocks 1 open bug)
Details
(Whiteboard: [android-print][geckoview:m113])
Attachments
(2 files)
2.72 KB,
text/plain
|
chutten
:
data-review+
|
Details |
48 bytes,
text/x-phabricator-request
|
Details | Review |
We should add some glean telemetry to see how often printing is used on Android.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
This bug adds basic telemetry if window.print() is used or not in
Android through GeckoView.
Comment 3•2 years ago
|
||
Comment on attachment 9325532 [details]
Data Review Request for GeckoView Window.Print() Data Telemetry
PRELIMINARY NOTES:
Have you heard about ./mach data-review
? It's can save you time on your data reviews of Glean instrumentation. You can learn more about it here.
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?
No. This collection will expire in Firefox 124.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, Interaction.
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+
Comment 5•2 years ago
|
||
bugherder |
Assignee | ||
Comment 6•2 years ago
•
|
||
So far, the telemetry is only collected if a window.print (dotprint) request was made. We would also like to capture print errors too, and this patch/bug only covers print requests. Identified a way with Titouan to capture one of the printing error conditions in the telemetry. Originally, it looked like bug 1753467 was more of a blocker for the error conditions in printing. Opened bug 1826188 because this addition would need another data review and to help with clarity.
Comment 7•2 years ago
|
||
(Status update: the newly-added metrics.yaml
has now been added to the pipeline, so data should begin showing up in expected places on the next successful schema deploy. There might be one additional day's delay for live data to end up in stable tables (extra details in this blog post))
Updated•1 year ago
|
Description
•