User:Polvi/InstrumentationServer:RequirementsV00: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 5: | Line 5: | ||
= Tasks = | = Tasks = | ||
== Infrastructure == | == Infrastructure == | ||
* Build out basic metrics infrastructure [https://bugzilla.mozilla.org/show_bug.cgi?id=402230 bug 402230] | * Build out basic metrics infrastructure: [https://bugzilla.mozilla.org/show_bug.cgi?id=402230 bug 402230] | ||
== Backend == | == Backend == | ||
* Accept, write, and respond to a metrics extension provided data file: [https://bugzilla.mozilla.org/show_bug.cgi?id=402234 bug 402234] | * Accept, write, and respond to a metrics extension provided data file: [https://bugzilla.mozilla.org/show_bug.cgi?id=402234 bug 402234] | ||
Latest 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
- Build out basic metrics infrastructure: bug 402230
Backend
- Accept, write, and respond to a metrics extension provided data file: bug 402234