Closed
Bug 1630105
Opened 5 years ago
Closed 5 years ago
Add telemetry scalar to track printing errors
Categories
(Toolkit :: Printing, task, P1)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
mozilla77
People
(Reporter: jaws, Assigned: jaws)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details |
(deleted),
text/plain
|
chutten
:
data-review+
|
Details |
We should track how often we hit an error when trying to print at https://searchfox.org/mozilla-central/rev/72e3388f74458d369af4f6cdbaeaacb719523b8c/toolkit/components/printing/content/printUtils.js#346
Assignee | ||
Updated•5 years ago
|
Summary: Add telemetry probe to track printing errors → Add telemetry scalar to track printing errors
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Attachment #9140653 -
Flags: data-review?(chutten)
Assignee | ||
Comment 2•5 years ago
|
||
Attachment #9140854 -
Flags: data-review?(chutten)
Assignee | ||
Updated•5 years ago
|
Attachment #9140653 -
Flags: data-review?(chutten)
Assignee | ||
Updated•5 years ago
|
Priority: -- → P1
Comment 3•5 years ago
|
||
Comment on attachment 9140854 [details]
Data review form
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. This collection is Telemetry so is documented in its definitions file [Scalars.yaml](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Scalars.yaml) and the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Jared Wein is 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 there need to be a check-in in the future to determine whether to renew the data?
No. This collection is permanent.
---
Result: datareview+
Attachment #9140854 -
Flags: data-review?(chutten) → data-review+
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9ff15f0fcf97
Add a telemetry scalar to track how often people encounter printing errors. r=mconley
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Assignee | ||
Comment 6•5 years ago
|
||
Comment on attachment 9140653 [details]
Bug 1630105 - Add a telemetry scalar to track how often people encounter printing errors. r?mconley
Beta/Release Uplift Approval Request
- User impact if declined: Less knowledge about the types of errors users are encountering with printing
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just adding a telemetry probe
- String changes made/needed: none
Attachment #9140653 -
Flags: approval-mozilla-beta?
Comment 7•5 years ago
|
||
Comment on attachment 9140653 [details]
Bug 1630105 - Add a telemetry scalar to track how often people encounter printing errors. r?mconley
Improves Telemetry around errors encountered when printing. Approved for 76.0b6.
Attachment #9140653 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•5 years ago
|
||
bugherder uplift |
status-firefox76:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•