| The application-monitoring-operator in Integreatly has a new BlackboxTarget custom kind, and an CR instance of that is created in the installation repo here: https://github.com/integr8ly/installation/blob/master/roles/middleware_monitoring_config/templates/blackboxtargets.yml.j2 As you can see in that template, it conditionally adds targets to spec.blackboxTargets, which we should do for each mobile service also. This will cause our mobile services to be configured in new "endpoints" dashboards in Grafana, which aggregates similar info for all services. |