Can we avoid recording networking.http3_enabled on content processes?
Categories
(Core :: Networking: HTTP, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: florian, Assigned: omansfeld)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
The networking.http3_enabled telemetry scalar landed in bug 1652104. It is recorded in both the parent process and content processes. This is annoying when trying to migrate scalars to Glean, as the Boolean metric type in Glean is only supported in the parent process.
Is recording this information on child processes really useful? Isn't it controlled by the value of a preference, and always the same on the parent end child processes?
The code recording the data is at https://searchfox.org/mozilla-central/rev/b546e74055186bb387ed7db9079374e1e7e0b88e/netwerk/protocol/http/nsHttpHandler.cpp#413-414
Comment 1•1 month ago
|
||
Yes, we definitely can avoid recording this in the child process.
Oskar, would you like to take this bug?
Thanks.
Updated•1 month ago
|
Assignee | ||
Comment 2•1 month ago
|
||
(In reply to Kershaw Chang [:kershaw] from comment #1)
Yes, we definitely can avoid recording this in the child process.
Oskar, would you like to take this bug?
Thanks.
Hey, yes, I'll take a look!
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 3•1 month ago
|
||
Comment 5•1 month ago
|
||
bugherder |
Description
•