Datazilla Graveyard
Datazilla is a system for managing and visualizing application performance data. The project includes a database, web service, and several user interfaces. The source code repository, https://github.com/mozilla/datazilla/, and documentation, http://datazilla.readthedocs.org, can be found at these locations. The primary project data managed by datazilla includes Talos performance data. Datazilla web services for individual projects are deployed at specific uri paths: https://datazilla.mozilla.org/stoneridge/ (stoneridge project) and https://datazilla.mozilla.org/talos/ (talos project).
Select a component to see open bugs in that component:
Client
Client module for submitting data to datazilla (https://github.com/mozilla/datazilla_client).
Database
Databases associated with datazilla. Each datazilla project can have multiple databases associated with it.
General
Datazilla bugs which do not belong in any other component.
Metrics
Module implementing statistical methods used by datazilla (https://github.com/mozilla/datazilla-metrics).
User interface
Each project associated with datazilla can have a dedicated web based user interface for visualizing data
Web service
Web service providing access to project data.