Enable PDF viewer telemetry on release
Categories
(Firefox :: PDF Viewer, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: RT, Assigned: bdahl)
References
Details
Attachments
(3 files, 2 obsolete files)
Enable PDF telemetry on release to help inform priority of addressing PDF issues.
| Reporter | ||
Comment 1•6 years ago
|
||
Mike, Brendan, Sharon - please let me know if you have anything to add to request.txt before I request data steward review.
| Reporter | ||
Comment 2•6 years ago
|
||
| Reporter | ||
Comment 3•6 years ago
|
||
FYI this is the right request file, you can ignore the previous one.
| Reporter | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Reporter | ||
Comment 7•6 years ago
|
||
Hi Chris, can you please help review the request form to bring pre-release pdf telemetry to release?
| Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Taking my Data Steward hat off and putting my Firefox Telemetry hat on, may I ask if you considered modernizing the measurements as part of this initiative?
- The histograms as written are all very old, which suggests that they might no longer be fit for modern purposes.
- Some of the measurements are actually recording scalar information (pdf viewer used, fallback shown, print), so would be easier to analyze and more efficient to store and send if they were recorded as Scalars
- Others are
enumeratedhistograms when they would benefit quite a lot from beingcategoricalhistograms.
| Reporter | ||
Comment 10•6 years ago
|
||
I did not and feel it would be hard given that pdf viewer is not resourced at the moment.
Are there specific limitations we should be aware of where the current telemetry will limit our ability to answer our questions?
- What share of DAU/MAU uses the pdf viewer?
- How does pdf usage impact retention?
- Identify pdf characteristics that most correlate with retention drops?
Comment 11•6 years ago
|
||
I haven't looked in to what the metrics are actually measuring, so I couldn't say. I recommend asking someone familiar with the pdf viewer code to look into what these are actually measuring, to see if they're fit for your purpose.
| Reporter | ||
Comment 12•6 years ago
|
||
Thanks Chris.
Brendan, would you be the right person to help there? Otherwise someone else we should ask?
| Assignee | ||
Comment 13•6 years ago
|
||
The changes would probably help the readability of the telemetry. I'm not sure it affects what you're trying to accomplish though.
Romain, I can take a stab at updating them if you're interested.
| Reporter | ||
Comment 14•6 years ago
|
||
(In reply to Brendan Dahl [:bdahl] from comment #13)
The changes would probably help the readability of the telemetry. I'm not sure it affects what you're trying to accomplish though.
Romain, I can take a stab at updating them if you're interested.
That would be great, it sounds like it will make the analysis simpler and storage more efficient so it's a win in any case.
| Assignee | ||
Comment 15•6 years ago
|
||
I've opened a pull request upstream for pdf.js, once that lands I'll add the patch to migrate the values here.
| Assignee | ||
Comment 16•6 years ago
|
||
Use the new 'scalar' and 'categorical' telemetry types to make it easier
to read the graphs.
Moves the majority of the data to expire in 75. The following are set to
never expire since they are good to monitor for regressions and general
usage.
- PDF_VIEWER_TIME_TO_VIEW_MS
- pdf.viewer.used
| Assignee | ||
Comment 17•6 years ago
|
||
Use the new 'scalar' and 'categorical' telemetry types to make it easier
to read the graphs.
Moves the majority of the data to expire in 75. The following are set to
never expire since they are good to monitor for regressions and general
usage.
- PDF_VIEWER_TIME_TO_VIEW_MS
- pdf.viewer.used
| Assignee | ||
Comment 18•6 years ago
|
||
Depends on D40660
Updated•6 years ago
|
Updated•6 years ago
|
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b8cab1a52f0e
https://hg.mozilla.org/mozilla-central/rev/79294943c407
Updated•6 years ago
|
Description
•