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/402c61b4-8aaa-40a7-b50c-878c56461f3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to