Change the probe "open_to_transaction_pending" to be a keyed histogram
Categories
(Core :: Networking, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox107 | --- | affected |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
In Bug 1789468 we added a probe that measures the time from asyncOpen in the child process up until the point that the transaction is added to the HttpConnectionMgr in the parent process.
Based on a discussion in the review comments, this should be a histogram keyed on the class of service since this timing can be greatly affected if the resource is tailed.
Assignee | ||
Comment 1•2 years ago
|
||
We're keying by classOfService since we don't want to merge prioritized and deprioritized channels.
Comment 3•2 years ago
|
||
bugherder |
Comment 4•2 years ago
|
||
keyed
for histogram should be immutable between revisions, per https://bugzilla.mozilla.org/show_bug.cgi?id=1794440#c4. To get a keyed histogram please change the histogram name.
Schema changes are blocked for all products until this is rectified.
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
•
|
||
(In reply to Daniel Thorn [:relud] from comment #4)
keyed
for histogram should be immutable between revisions, per https://bugzilla.mozilla.org/show_bug.cgi?id=1794440#c4. To get a keyed histogram please change the histogram name.Schema changes are blocked for all products until this is rectified.
Thanks for flagging this, patch incoming in Bug 1794840
Assignee | ||
Updated•2 years ago
|
Description
•