0
votes

I have a Google App Engine application that is listed under the Stackdriver Trace, but when I go to trace list there is nothing.

However, the logs and error reporting works.

Is there a special setting you need to set in order to get the traces? I've looked through many tutorials and it seems that the traces automatically appear?

enter image description here

1

1 Answers

1
votes

Stackdriver Trace is not automatically setup for Compute Engine, App Engine Flexible or Containers. Stackdriver Trace is automatically enabled for App Engine Standard.

You must instrument your application first, then you can review the Stackdriver Trace logs.

Start with this link. Instrumentation is language specific:

Setting Up Stackdriver Trace