CINXE.COM

ABRT Analytics - About ABRT Analytics

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ABRT Analytics - About ABRT Analytics</title> <link rel="icon" type="image/png" href="/faf/static/icons/hicolor_apps_16x16_abrt.png" sizes="16x16"> <link rel="icon" type="image/png" href="/faf/static/icons/hicolor_apps_32x32_abrt.png" sizes="32x32"> <link rel="stylesheet" href="/faf/system_static/patternfly/css/patternfly.min.css"> <link rel="stylesheet" href="/faf/system_static/patternfly/css/patternfly-additions.min.css"> <link rel="stylesheet" href="/faf/static/css/bootstrap-multiselect.css"> <link rel="stylesheet" href="/faf/static/css/daterangepicker-bs3.css"> <link rel="stylesheet" href="/faf/static/css/bootstrap-tagsinput.css"> <link rel="stylesheet" href="/faf/static/css/typeaheadjs.css"> <link rel="stylesheet" href="/faf/static/css/style.css"> <script type="text/javascript"> ROOT_URL = "/faf/"; </script> <script src="/faf/system_static/jquery/latest/jquery.min.js"></script> <script src="/faf/static/js/bootstrap.js"></script> <script src="/faf/static/js/bootstrap-multiselect.js"></script> <script src="/faf/system_static/patternfly/js/patternfly.min.js"></script> <script src="/faf/static/js/moment.js"></script> <script src="/faf/static/js/daterangepicker.js"></script> <script src="/faf/static/js/bootstrap-tagsinput.js"></script> <script src="/faf/static/js/typeahead.bundle.min.js"></script> <script src="/faf/static/js/custom.js"></script> </head> <body> <div class="navbar navbar-default navbar-pf" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/faf/"><strong class="brand-title">ABRT</strong> Analytics</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-primary"> <li ><a href="/faf/summary/">Summary</a></li> <li ><a id="href_problems" href="/faf/problems/">Problems</a></li> <li ><a href="/faf/reports/">Reports</a></li> <li class="dropdown" > <a href="#" class="dropdown-toggle" data-toggle="dropdown">Statistics <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="/faf/stats/today/">Today</a></li> <li><a href="/faf/stats/yesterday/">Yesterday</a></li> <li><a href="/faf/stats/last_week/">Last week</a></li> <li><a href="/faf/stats/last_month/">Last month</a></li> <li><a href="/faf/stats/last_year/">Last year</a></li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-utility"> <li><a href="https://apps.fedoraproject.org/notifications" class="fa fa-bell notifications" title="Notifications preferences"></a></li> <li><a href="/faf/login/"><span class="fa fa-sign-in fa-fw"></span>Login</a></li> </ul> <div class="modal fade" id="userdata-delete" tabindex="-1" role="dialog" aria-labelledby="maildata-modal" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="maildata-modal">Delete data</h4> </div> <div class="modal-body"> <p>Do you really want to delete all the data associated with your account?</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> <a role="button" href="/faf/delete_data" class="btn btn-primary">Delete</a> </div> </div> </div> </div> </div> </div> <div class="container-fluid"> <h3>About ABRT Analytics</h3> <h1>ABRT Analytics</h1> <p><a href="https://copr.fedorainfracloud.org/coprs/g/abrt/faf-el8-devel/package/faf/"><img src="https://copr.fedorainfracloud.org/coprs/g/abrt/faf-el8-devel/package/faf/status_image/last_build.png" alt="Build status" /></a> <a href="https://lgtm.com/projects/g/abrt/faf/context:python"><img src="https://img.shields.io/lgtm/grade/python/g/abrt/faf.svg?logo=lgtm&logoWidth=18" alt="Language grade: Python" /></a> <a href="https://lgtm.com/projects/g/abrt/faf/alerts/"><img src="https://img.shields.io/lgtm/alerts/g/abrt/faf.svg?logo=lgtm&logoWidth=18" alt="Total alerts" /></a></p> <hr /> <p><strong>ABRT Analytics collects reports from ABRT and aggregates them. Developer or DevOps admin can sort them using number of occurences and see all similar reports.</strong></p> <p>ABRT Analytics collects thousands of reports a day serving needs of three different projects:</p> <ul> <li><a href="http://centos.org">CentOS</a></li> <li><a href="http://fedoraproject.org">Fedora</a></li> <li><a href="http://www.redhat.com/en/technologies/linux-platforms/enterprise-linux">Red Hat Enterprise Linux</a></li> </ul> <p>Live ABRT Analytics instances:</p> <p><a href="https://retrace.fedoraproject.org/faf">https://retrace.fedoraproject.org/faf</a></p> <p>ABRT Analytics is part of the <a href="http://github.com/abrt">ABRT project</a></p> <p>ABRT Analytics was originally named FAF (Fedora Analysis Framework).</p> <h3>How it works</h3> <p>Currently, the typical crash reporting workflow consists of generating so-called <a href="http://abrt.readthedocs.org/en/latest/ureport.html#ureport">µReport</a> (micro-report) designed to be completely anonymous so it can be sent and processed automatically avoiding costly Bugzilla queries and manpower.</p> <p>ABRT Analytics in this scenario works like the first line of defense — collecting massive amounts of similar reports and responding with tracker URLs in case of known problems.</p> <p>If a user is lucky enough to hit a unique issue not known by ABRT Analytics, reporting chain continues with reporting to Bugzilla, more complex process which requires user having a Bugzilla account and going through numerous steps including verification that the report doesn't contain sensitive data.</p> <p>You can read more about the technical aspects of ABRT at our documentation site: <a href="http://abrt.readthedocs.org">http://abrt.readthedocs.org</a>.</p> <h3>Deploy in a container</h3> <p>The easiest way to deploy ABRT Analytics is in a container using podman images. Learn how to use and build them in the <a href="https://github.com/abrt/faf/tree/master/container">container specific README</a>.</p> <h3>Features</h3> <ul> <li>Support for various programming languages and software projects: <ul> <li>C/C++</li> <li>Java</li> <li>Python</li> <li>Python 3</li> <li>Linux (kernel oops)</li> </ul></li> <li>De-duplication of incoming reports</li> <li>Clustering of similar reports (Problems)</li> <li>Collection of various statistics about a platform</li> <li><a href="https://github.com/abrt/faf/wiki/Retracing">Retracing</a> of C/C++ backtraces and kernel oopses</li> <li>Simple knowledge base to provide instant responses to certain reports</li> <li>Bug tracker support</li> </ul> <h3>Developer resources</h3> <ul> <li>Sources: git clone https://github.com/abrt/faf.git</li> <li>IRC: #abrt @ <a href="https://libera.chat/">irc.libera.chat</a></li> <li><a href="https://lists.fedorahosted.org/mailman/listinfo/crash-catcher">Mailing list</a></li> <li><a href="https://github.com/abrt/faf/blob/master/CONTRIBUTING.rst">Contribution guidelines</a></li> <li><a href="https://github.com/abrt/faf/wiki">Wiki</a></li> <li><a href="https://github.com/abrt/faf/wiki/Installation-Guide">Installation Guide</a></li> <li><a href="http://github.com/abrt/faf/">Github repository</a></li> <li><a href="http://github.com/abrt/faf/issues">Issue tracker</a></li> <li><a href="http://abrt.readthedocs.org">ABRT Documentation</a></li> </ul> <h3>Technologies behind ABRT Analytics</h3> <ul> <li>ABRT stack - (<a href="http://github.com/abrt/abrt/">abrt</a> <a href="http://github.com/abrt/libreport/">libreport</a>, <a href="http://github.com/abrt/satyr/">satyr</a>)</li> <li><a href="http://python.org">Python</a></li> <li><a href="http://postgresql.org">PostgreSQL</a></li> <li><a href="http://sqlalchemy.org">SQLAlchemy</a></li> <li><a href="http://alembic.readthedocs.org">Alembic</a></li> <li><a href="http://flask.pocoo.org">Flask</a></li> <li><a href="http://www.celeryproject.org">Celery</a></li> </ul> <h3>RPM Repositories</h3> <p>Nightly builds of ABRT Analytics can be obtained from these repositories:</p> <ul> <li>Fedora, EPEL: https://copr.fedorainfracloud.org/coprs/g/abrt/faf-el8-devel/</li> </ul> </div> <div id="footer"> <div class="container"> ABRT Analytics v2.6.1 | <a href="/faf/about"> About </a> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10