CloudServices/Meetings/2011-05-03: Difference between revisions

Line 56: Line 56:


= Metrics  =
= Metrics  =
;Metrics Data Collection Module - Collection Server
:The collection server is in testing and should be ready to release a staging instance ready to accept light amounts of Telemetry data by week end.  We are still conducting some load tests and will finalize our implementation based on the results of those tests.  The API is a simple POST or PUT request with the URL http(s?)://<server>/<collection_id>/<payload_id> and the body is of MIME type application/json and the value is a JSON string.  An example collection_id could be just "telemetry" or it could be more granular per your needs.  The payload_id is a unique identifier for this particular payload to prevent duplicate submissions.  It is not intended to be a unique ID for the user.  Daniel had a discussion with Taras on this and it was suggested that this could be used to incrementally deliver telemetry data during a session with the ID being reset whenever the session was deemed by the client to be finished.


= Product =
= Product =
131

edits