Closed Bug 1376589 Opened 8 years ago Closed 8 years ago

Add Crashes (M+C-S) to Experiments Aggregates

Categories

(Data Platform and Tools :: General, enhancement, P2)

x86
macOS
enhancement
Points:
1

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: frank, Assigned: frank)

References

Details

This will be a scalar value. We will read directly from the raw data (no interim dataset yet). Main Crashes: Any crash pings with processType = main Content Crashes: Any crash pines with processType = content We will ignore all Shutdown crashes. See the crash aggregates view for exactly how to parse these fields.
As discussed in person, we would be interested in seeing the rate of shutdown crashes too, ideally, separate from the other ones.
Depends on: 1381035
Depends on: 1383759
Priority: P1 → P2
Do we have any way to query and compare the crash rates between the two conditions of an opt-out experiment? We are going to need this for bug 1377267.
Blocks: 1377267
Immediately, you can do analysis in Spark on each branch, and count the crashes. Crash pings give main process crashes, and all other process crashes are recorded in the Main ping. Next week we will have crashes available in error_aggregates. This will be queryable in re:dash, and you can compare across branches very easily. Within two weeks it will be showing in the experiments viewer.
Is this now available from the experiments viewer?
(In reply to François Marier [:francois] from comment #5) > Is this now available from the experiments viewer? No, we're running into issues deploying the changes to error_aggregates. You can follow along in bug 1388351.
Depends on: 1388351
I've given up on spark-streaming for now. The new implementation will be to add experiment annotations to CrashSummary, and read the crashes from there for the experiments viewer.
Depends on: 1421697
No longer depends on: 1388351, 1381035, 1383759
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Component: Datasets: Experiments → General
You need to log in before you can comment on or make changes to this bug.