User:Polvi/InstrumentationServer:RequirementsV00

From MozillaWiki
Jump to: navigation, search

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: bug 402230

Backend

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