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 Shows that the Aerogear Metrics is the aerogear component/service which will create data for the openshift logs and what should be used here. * 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 on it. * Shows that the required info will already be tracked by default. 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]
h5. Questions that need to be raised:
1. Confirm our understand over it. Shows that the requirement tracked here to log the device info is already implemented and done for any client application with the SDK which is indeed a pre-requirement to use the mobile-security-service in order to call the /init. In this way, shows that nothing need to be done to attend it. PS.: [technical confirmation with Aerogear team]
2. Check if is a requirement log Should the mobile - security - service calls and etc by use the aerogear-metrics . to log/track all events and info as it is done for aerogear-keycloak? If yes, show that what is required just to add the listener in the future best way to do it? Should we create a mobile-security-service- apb metrics-spi as it is was done for [ here keycloak |https://github.com/ aerogearcatalog aerogear /keycloak- metrics-spi] and add rules to deploy it with the mobile-security-service in the catalogue as it is done in the [keycloak- apb |https: / blob / 2c3496cfbd90736039727b23fcab5d9964c29572 github.com / roles aerogearcatalog / provision- keycloak-apb/ templates/keycloak_realm.json.j2#L8 search?q=metrics&unscoped_q=metrics ] . ? PS.: [business requirements confirmation] and [technical confirmation with Aerogear team]
|
|