IN PROGRESS: h4. What is it? * OpenShift - Logging & Metrics - (Elasticsearch + Fluentd + Kibana) * https://www.youtube.com/watch?v=RMDX3YC0CSQ * https://docs.openshift.com/container-platform/3.11/install_config/aggregate_logging.html
h4. Aerogear Metrics * https://docs.aerogear.org/aerogear/latest/mobile-metrics.html#setting-up-mobile-metrics-service-sdk
h4. How to log the device info when the /init is called? * Shows that any client app which is using the SDK has the aerogear metrics already installed on it. * Shows that the required info will already be tracked. See [here|https://github.com/aerogear/aerogear-app-metrics/blob/c37fb04460868d64a5b6a1ab22860b1b55b848d4/pkg/mobile/metrics_test.go#L32] and [here|https://github.com/aerogear/aerogear-android-sdk/blob/72995e37ac674c35f26f387c0ffbe5109c4af260/security/src/test/java/org/aerogear/mobile/security/metrics/DeviceCheckResultMetricTest.java#L21] |
|