User:Polvi/InstrumentationServer:RequirementsV00: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: The goal of the V00 is to stand-up just enough infrastructure to start collecting data from the Browser Metrics extension. The extension posts a bzip2 file to the server. The server ...)
 
Line 5: Line 5:
= Tasks =
= Tasks =
== Infrastructure ==
== Infrastructure ==
* Build out basic metrics hardware requirements
* Build out basic metrics infrastructure


== Backend ==
== Backend ==
* Accept, write, and respond to a metrics extension provided data file
* Accept, write, and respond to a metrics extension provided data file

Revision as of 17:07, 2 November 2007

The goal of the V00 is to stand-up just enough infrastructure to start collecting data from the Browser Metrics extension.

The extension posts a bzip2 file to the server. The server responds indicating that it has received the file (HTTP 200), and optionally with a config file for the client. The bzip2 file is written to disk for later analysis.

Tasks

Infrastructure

  • Build out basic metrics infrastructure

Backend

  • Accept, write, and respond to a metrics extension provided data file