Closed
Bug 1486033
Opened 7 years ago
Closed 6 years ago
Add plumbing for Telemetry for new network process
Categories
(Toolkit :: Telemetry, enhancement, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: gfritzsche, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We're looking to move network operations to a separate process per bug 1322426.
To be able to get Telemetry sent out from that process, we'll need to add a bit of plumbing work to connect that process Telemetry to the parent process (similar to our content, gfx & extension process handling).
![]() |
Reporter | |
Comment 1•7 years ago
|
||
This bug goes into our backlog until the network process work stabilizes.
Priority: -- → P3
![]() |
||
Comment 2•7 years ago
|
||
Thanks for filing this!
Assignee | ||
Comment 3•7 years ago
|
||
A straightforward patch.
1. Add telemetry IPC messages in PSocketProcess.ipdl.
2. Add socket process type in Processes.yaml.
3. Plumb the telemetry to parent process.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → kershaw
![]() |
Reporter | |
Comment 4•7 years ago
|
||
Hey kershaw, can you redirect the review to :janerik?
Flags: needinfo?(kershaw)
Assignee | ||
Comment 5•7 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] from comment #4)
> Hey kershaw, can you redirect the review to :janerik?
sure.
Flags: needinfo?(kershaw)
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•6 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•