Closed
Bug 2023601
Opened 5 months ago
Closed 5 months ago
Remove low-value PR_Connect/PR_ConnectContinue/PR_Close TCP blocking time probes
Categories
(Core :: Networking: HTTP, task, P3)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
(Whiteboard: [necko-triaged] [fxpe])
Attachments
(1 file)
There are 20 PR_Connect/PR_ConnectContinue/PR_Close TCP blocking time probes (5 network-state variants × 4 call sites) dating back to 2016. These timing distributions fire on every socket connection and close.
They also have GIFFT legacy telemetry histogram mirrors.
Bug is to remove them.
Updated•5 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/FXPE-43
| Assignee | ||
Comment 1•5 months ago
|
||
For performance and data best practices, remove 20 not actively monitored PR_Connect/PR_ConnectContinue/PR_Close TCP blocking time probes (5 network-state variants × 4 call sites) dating back to 2016. These timing distributions fire on every socket connection and close.
Also removes their GIFFT legacy telemetry histogram mirrors.
Pushed by acreskey@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f3336c5cd6c1
https://hg.mozilla.org/integration/autoland/rev/c140172d7194
Remove low-value PR_Connect/PR_ConnectContinue/PR_Close TCP blocking time probes r=necko-reviewers,TravisLong,valentin,leggert
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c151/b150]
You need to log in
before you can comment on or make changes to this bug.
Description
•