Use a better Glean type for recording bytes saved by folder compaction
Categories
(MailNews Core :: General, enhancement)
Tracking
(thunderbird_esr128 wontfix, thunderbird135 fixed)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
|
Details | Review |
I created the compact_bytes_recovered
Glean probe as an exponential histogram type with a maximum size of 1 GiB. This wasn't big enough. I've since discovered the memory distribution type which is perfect for the data we're recording, so I'm going to switch to using that.
Assignee | ||
Comment 1•1 month ago
|
||
I've changed the name of this probe to avoid confusing the Glean infrastructure.
Assignee | ||
Updated•1 month ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/581ec08b31fd
Record bytes saved by folder compaction in a memory_distribution probe. r=tobyp
Assignee | ||
Comment 3•19 days ago
|
||
Comment on attachment 9446489 [details]
Bug 1940674 - Record bytes saved by folder compaction in a memory_distribution probe. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: no user impact, better data for developers
Testing completed (on c-c, etc.): on c-c over a week, I've checked the data is being recorded properly
Risk to taking this patch (and alternatives if risky): none
Comment 4•16 days ago
|
||
Comment on attachment 9446489 [details]
Bug 1940674 - Record bytes saved by folder compaction in a memory_distribution probe. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 5•8 days ago
|
||
bugherder uplift |
Thunderbird 135.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/6e4355be2983
Description
•