Open
Bug 1288047
Opened 8 years ago
Updated 2 years ago
Migrate non-histogram child payload measurements
Categories
(Toolkit :: Telemetry, defect, P3)
Toolkit
Telemetry
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox50 | --- | affected |
People
(Reporter: gfritzsche, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [measurement:client])
After bug 1218576, we need to handle the other data points in the child payload.
We should:
* migrate the ones that are needed (to histograms or scalars)
* drop the rest
Reporter | ||
Comment 1•8 years ago
|
||
Besides the simple measurements etc. above, we need to migrate :
(1) webRtc
- webRtc has a use-case and definitely is needed in the content process.
(2) log
- TelemetryLog is actually only used now for Experiments, so we should just drop it now from the child payloads.
(3) threadHangStats
- threadHangStats should definitely be used in content processes now, lets confirm with mconley.
(4) chromeHangs
- chromeHangs ... we don't know if it works in content processes (or if anyone uses it), we should find out.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•