Thank you for this interesting question. To address more adequately, I believe more information would be required. Could you provide a code snippet marking specifically which method calls (Cloud SQL or any other) you intend to or would like to have traced? In addition, could you provide the documentation to which you are referring to create custom traces in Cloud Trace?
On Sunday, January 17, 2016 at 9:58:58 PM UTC-5, Học Đỗ wrote: > > Hi, > > My GAE app takes about 800ms per request. The Google Cloud Trace shows me > just about 20ms for datastore and memcache. > > Now, I want to trace the CloudSQL connect/query time, and some other > operations (encrypt/decrypt) in my application. > > From documentation, I know that we can put custom traces to Google Cloud > Trace, I have read the API's documentation but I want to put those custom > traces together with builtin traces. I don't know how. > > Do you guys have any idea or documentation about that? > > P/S: I'm using Python, and suppose that this should be > > <!-- language: lang-python --> > > @cloud_trace.trace() > def decrypt_data(): > pass > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d2ebfc1e-a16f-44d9-b5df-39c3a58a3cfa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
