Closed
Bug 1511114
Opened 7 years ago
Closed 11 months ago
Overhaul client-side use-counter data collection
Categories
(Toolkit :: Telemetry, enhancement, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | affected |
People
(Reporter: gfritzsche, Unassigned)
References
(Blocks 1 open bug)
Details
The current usage of Telemetry for use-counters is not ideal and wasteful.
I'm filing this bug to keep track of this and looking into alternatives.
We use lots of boolean histograms to count feature usage, two histograms counting usage per "page" and "document". Each histogram then counts both "used" and "unused".
Ideally we can do a more optimized implementation e.g.:
- just collect one set of counters (e.g. only for usage per "page")
- have one global "page" counter
- for each feature, use one scalar that counts whether it was "used" in a page load
https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/use-counters.html
Updated•3 years ago
|
Severity: normal → S3
Comment 1•11 months ago
|
||
The Telemetry implementation of use counters has been replaced with a Glean one (which just so happened to encapsulate these (and other) improvements).
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•