Skip to content
Advertisement

Tag: google-cloud-run

Google Cloud Debugger can’t find Spring Boot web app deployed as Cloud Run service

I followed the guide (https://cloud.google.com/debugger/docs/setup/java#cloud-run) to setup the cloud debugger for my cloud run services. Everything looks like it should work. However the debugger UI tells me it can not find any application. However I did everything that was suugested in the documentation Source code is in Source Repositories Cloud Build triggers on master push I download the cdbg-java-agent.so I

Advertisement