Closed
Bug 1024021
Opened 10 years ago
Closed 10 years ago
Get telemetry working in the child process
Categories
(Toolkit :: Telemetry, defect, P2)
Toolkit
Telemetry
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | m6+ | --- |
People
(Reporter: billm, Unassigned)
References
Details
(Keywords: meta)
Right now telemetry is disabled in the child process:
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/Telemetry.cpp#1233
We'll somehow need to package up the data and send it to the parent.
Updated•10 years ago
|
Blocks: old-e10s-m2
Comment 1•10 years ago
|
||
Jim, are you already working on this for BHR on B2G?
Flags: needinfo?(nchen)
Updated•10 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Updated•10 years ago
|
Assignee: nobody → jmathies
Priority: -- → P2
Updated•10 years ago
|
Flags: firefox-backlog+
Updated•10 years ago
|
Flags: firefox-backlog+
Updated•10 years ago
|
Flags: firefox-backlog+
Comment 3•10 years ago
|
||
Moving old M2 P2 bugs to M4.
Updated•10 years ago
|
Updated•10 years ago
|
Assignee: jmathies → ally
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 5•10 years ago
|
||
this has turned into a giant meta bug. Snorp is leading the effort afaik.
Assignee: ally → nobody
Updated•10 years ago
|
Reporter | ||
Comment 7•10 years ago
|
||
My understanding is that we're sending all the telemetry data collected in the child processes in a special section of the telemetry ping data. It sounds like the one thing that's missing is to hook that data into a dashboard.
Comment 8•10 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #7)
> My understanding is that we're sending all the telemetry data collected in
> the child processes in a special section of the telemetry ping data. It
> sounds like the one thing that's missing is to hook that data into a
> dashboard.
If that's the case, can we untrack this from m6? Sounds like the client engineering job is complete.
Comment 9•10 years ago
|
||
Yeah I think the client work is complete -- or at least we're sending stuff.
Flags: needinfo?(snorp)
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•