Is there any way to trace cloud sql calls in app engine?
问题 I am trying to optimise performance in an app-engine Java app using cloud sql gen2. It would help a lot if I could trace calls to cloud sql just like I can trace RPC calls to the datastore in the stackdriver trace details. Is this somehow possible, or maybe planned? Or is the only alternative to do log.info() calls with milliseconds? Or is there some other way to add event markers for tracing / profiling? 回答1: There's now Google Cloud Trace for JDBC for exactly this use case. Google Cloud