User:Polvi/InstrumentationServer:RequirementsV00: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 8: Line 8:


== Backend ==
== Backend ==
* Accept, write, and respond to a metrics extension provided data file
* Accept, write, and respond to a metrics extension provided data file: [https://bugzilla.mozilla.org/show_bug.cgi?id=402234 bug 402234]

Revision as of 17:25, 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

Backend

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