This PR adds the config map to the metrics apb that is required to get the client config via the mobile-cli. It also changes the URL of the app metrics service to https and adds some additional tests.
Retrieve the configuration via mobile get clientconfig <app name> --namespace=<project> -o json. Ths config should contain a section for metrics. The only config value is the URL.
This PR adds the config map to the metrics apb that is required to get the client config via the mobile-cli. It also changes the URL of the app metrics service to https and adds some additional tests.
To verify:
mobile get clientconfig <app name> --namespace=<project> -o json
. Ths config should contain a section for metrics. The only config value is the URL.