Closed
Bug 881627
Opened 13 years ago
Closed 13 years ago
[socorro-crashstats] Install Time missing in Crash Report Header
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: scoobidiver, Assigned: rhelmer)
References
Details
Install Time is missing in the crash report header.
Compare https://crash-stats-django.allizom.org/report/index/74233bbe-1733-4fa6-a2f3-c7d312130607 and https://crash-stats.mozilla.com/report/index/81e59934-4ab4-4640-abca-5d9032130611
| Assignee | ||
Comment 1•13 years ago
|
||
Hm I don't see any "install time" in the processed JSON, I wonder if this was just calculated based on "Install Age" (which is in seconds I believe)
Blocks: 749359
Comment 2•13 years ago
|
||
Yes, I'm pretty sure it's being calculated. It may actually make sense to calculate that in a static, in-DB fashion, though, as we need it for the installations count as well, which is in some different bug.
Updated•13 years ago
|
Assignee: nobody → peterbe
Comment 3•13 years ago
|
||
"Last Crash" actually seems to be missing as well.
| Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) [away until early June] from comment #3)
> "Last Crash" actually seems to be missing as well.
This is present in the processed JSON as "last_crash" BTW
| Assignee | ||
Updated•13 years ago
|
Assignee: peterbe → rhelmer
| Assignee | ||
Comment 5•13 years ago
|
||
Turns out this is *not* being calculated, it's just stored in the raw JSON as InstallTime.
r? https://github.com/mozilla/socorro-crashstats/pull/383
Comment 6•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/ce802a12e29bc702f83908d81b72e4b900a59a4d
bug 881627 - provide missing last_crash and install_time fields
https://github.com/mozilla/socorro-crashstats/commit/fe2f1e7824da5b5bdc1816b031490ad8973cbb04
Merge pull request #383 from rhelmer/bug881627-install-time-missing
bug 881627 - provide missing last_crash and install_time fields
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•13 years ago
|
||
Verified Install Time and Last Crash are there in https://crash-stats-django.allizom.org/report/index/82ac39ec-873d-4112-a3eb-747ad2130622
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•