Telemetry (telemetry.socorro_crash)¶
Socorro exports specific crash report data to Telemetry. This data is in the
telemetry.socorro_crash
data set.
Querying telemetry.socorro_crash data¶
Please see the telemetry.socorro_crash documentation.
Adding fields to telemetry.socorro_crash¶
File a bug
to add new fields to telemetry.socorro_crash
.
If the crash report annotations and haven’t been documented, then we may ask you to document them before we proceed. See Crash Annotations for details.
Note
Fields can only be added–they can’t be changed.
Note
When adding a new field, data cannot be backfilled.
Things to know¶
The data in
telemetry.socorro_crash
is from the first time a crash report is processed. If someone reprocesses a crash report, the changes will not be reflected intelemetry.socorro_crash
.We can only add new fields to
telemetry.socorro_crash
. We can’t change existing fields.If the crash report annotation value doesn’t conform to the schema, it will either get dropped or result in the entire crash report getting dropped.
Crash report data is ingested nightly. It’s not ingested over the course of the day. The
telemetry.socorro_crash
data set lags behind what you see on Crash Stats website.