Closed
Bug 1462803
Opened 7 years ago
Closed 7 years ago
Remove obsolete telemetry measurements
Categories
(Toolkit :: Add-ons Manager, enhancement)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The add-on manager code is currently littered with a bunch of telemetry measurements that no-one is monitoring.
A lot of these were of questionable utility in the first place (the sync runtime of bootstrap methods, for instance, which is not where most add-ons' overhead comes from), but are even less so in a WebExtensions world.
Others may have had utility when they were added, but aren't being monitored now. They may be useful again in the future, but we'd probably be better off re-implementing them when we care about them rather than pulling them along as old cruft on the off chance that they will eventually be useful again.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8977523 [details]
Bug 1462803: Remove obsolete telemetry measurements from XPIProvider.
https://reviewboard.mozilla.org/r/245248/#review252306
Hooray
Attachment #8977523 -
Flags: review?(aswan) → review+
Updated•7 years ago
|
Assignee: nobody → kmaglione+bmo
Assignee | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e2ba37687d0298f6b56b0b3eb7c71376e2170b3
Bug 1462803: Remove obsolete telemetry measurements from XPIProvider. r=aswan
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•