Re: [google-appengine] Re: Cloud Trace API on AppEngine - latency and other questions

2016-02-01 Thread Alexander Bertram
Thanks for the response! As I mentioned to Qi, this is very helpful, just would like to add that in general, it seems like overkill to report traces over HTTP from within AppEngine, could the traces not just be parsed from the AppEngine logs? On Monday, February 1, 2016 at 2:43:31 AM UTC+1, B

Re: [google-appengine] Re: Cloud Trace API on AppEngine - latency and other questions

2016-01-31 Thread 'Brad Abrams' via Google App Engine
Great thanks Alexander... We really appreciate your feedback. We (the trace team) are working on solutions to improve this latency. Meanwhile, the eng team would suggest the your use task queue to schedule the cloud trace API call outside of user requests. As Adam suggests... > >> Second, is the

[google-appengine] Re: Cloud Trace API on AppEngine - latency and other questions

2016-01-30 Thread Adam (Cloud Platform Support)
You could try wrapping the Cloud Trace API call in a push task and executing it asynchronously at the end of the request which would save you needing to wait for the URL Fetch to complete inside the request handler. There isn't a way to 'piggy back' on top of the RPCs used internally (that is d