[google-appengine] Re: Google App engine latency issue

2016-08-10 Thread 'Qi Ke' via Google App Engine
Is this the latency for the first request or average? The first request is usually slower because it needs to wait for GAE to spin up new instance to serve your request. On Wednesday, August 10, 2016 at 12:31:22 AM UTC-7, vaishnavesh shukla wrote: > > I am executing a blank PHP file and looked

[google-appengine] Re: Cloud Trace API

2016-03-01 Thread 'Qi Ke' via Google App Engine
Thanks for the request. We are actively working on it. - We've already added an API to expose Trace Context to the JAVA and python runtime. The one for Python runtime will be available in next GAE release. - After you get the Trace Context, you can use that to create your custom spans and the da