*What* Add an event type to app init & self defence check metrics request body (Android)
*Why* So metrics aggregations can distinguish between app init metrics and self defence check metrics
*How* * See server implemention in AEROGEAR-2250 for the expected structure * See publish code here https://github.com/aerogear/aerogear-android-sdk/blob/master/core/src/main/java/org/aerogear/mobile/core/metrics/publisher/NetworkMetricsPublisher.java#L38-L60 where common fields like timestamp & clientid are added to the body *Verification* * Provision the App Metrics Service * Run the example Android app * Verify (via app and server logs & postgres db row created) the event type is now included |
|