census icon indicating copy to clipboard operation
census copied to clipboard

Future: Consider adding ABRT crash data

Open david-a-wheeler opened this issue 9 years ago • 2 comments

Florian Weimer suggested adding ABRT crash report counts. An advantage is that these correlate to potential issues and whether/how quickly those issues are being fixed. CVE counts (by contrast) only show up when someone is looking and bothers to request a CVE number for the issue.

Here is some such data from Fedora and CentOS: https://retrace.fedoraproject.org/faf/summary/

Source code for the server appears to be here: https://github.com/abrt/faf/tree/master/src/webfaf2

Based on that code, you can get raw JSON by sending a suitable Accept header: $ curl -H "Accept: application/json" https://retrace.fedoraproject.org/faf/stats/yesterday/

david-a-wheeler avatar Jul 22 '15 19:07 david-a-wheeler

:+1:

ya1gaurav avatar Mar 26 '16 05:03 ya1gaurav

FYI: we have moved https://github.com/abrt/faf/tree/master/src/webfaf2 to https://github.com/abrt/faf/tree/master/src/webfaf

jfilak avatar Aug 15 '16 15:08 jfilak