Hello,
I am setting up AppD on my fairly-vanilla Spring app, and it's not showing any DB calls on any of my transactions:
Spring Boot 1.5.3Spring Data JPASpring Data RESTPostgreSQLrunning in GKE/K8S using Google Cloud SQL Postgres
I checked the B...
Interestingly, trying to load the failed url in the browser (controller/instance/0/applicationConfiguration), chrome gets an error:
blah.saas.appdynamics.com didn’t send any data. ERR_EMPTY_RESPONSE
So I suspect the problem is on the controller end ...