The App Metrics service currently accepts the client timestamp field and parses it into a struct. As such it is 'understood' by the server but nothing is done with it yet. For completeness we need to updated the metrics service to accept the client id and to store it in the postgres database as a timestampz format. |