334
edits
No edit summary |
|||
Line 1: | Line 1: | ||
= Config = | |||
The client config is provided by the server. An opportunity to reconfigure the client happens every time the extension uploads data. This gives us the opportunity to scale up or down (or turn off completely) any data sent to us by reconfiguring the extension on the fly. | |||
* prepare a config upon upload | |||
* allow different configs for various samples of uploading clients | |||
= GUID = | = GUID = | ||
The metrics extension sends a header with a client ID specifying a unique extension install. | The metrics extension sends a header with a client ID specifying a unique extension install. | ||
Line 6: | Line 12: | ||
Be able to handle uicommand XML data. | Be able to handle uicommand XML data. | ||
* Serialize XML into a database ([https://bugzilla.mozilla.org/show_bug.cgi?id=399869#c3 example data]) | * Serialize XML into a scalable database ([https://bugzilla.mozilla.org/show_bug.cgi?id=399869#c3 example data]) | ||
= Frontend = | = Frontend = |
edits