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 data you send over using our JSON API will join the server side data and be rendered and analyzed together.
- Make sure to call the API asynchronously to avoid adding latency to your request handling.
- We are also working on a built-in version of the trace API so that users don't have to use the JSON API on GAE, but that work is not the highest priority in the queue.
Hope this helps.
Qi