0

Hope someone out there using Google Cloud App Engine and Stackdriver monitoring. I got services up and running on my app engine, have been using them. Stackdriver Trace analysis provides nice daily analysis reports but its almost useless as it hits only the root ("/") ..

enter image description here

When I try to gather trace for a specific URI, I keep getting this error which I know 100% wrong. I got my app engine up and running and using it for sure. What am I missing here ..

enter image description here

Sahas
  • 3,046
  • 6
  • 32
  • 53
  • Hi I am a Stackdriver product manager. Could you give an example of URI you are trying to generate report for? Does it start with a "_"? – Steren Jan 03 '17 at 12:32
  • Steren,its not public url but I'm happy to work it out thru private chat..email me at emailsahas@gmail.com – Sahas Jan 03 '17 at 16:38

1 Answers1

0

The reports are automatically generated for the three most popular URLs that pass a certain threshold of traffic, so I suspect that the non-root URLs haven't had enough traffic to trigger this.

However, you can press the "New Report" button at the top of the page to generate an analysis report for any URL. You'll also be able to select the A/B comparison criteria to compare across versions of your application or different time spans. Reports typically only take a few seconds to generate.

  • I do have plenty of traffic for other resources. Also, if you read my question, "New Report" keeps showing me the error over and over.. – Sahas Jan 04 '17 at 02:15
  • Apologies, missed the second part. To confirm, are any traces available in the trace list page for the URL that you're attempting to generate a report for? – Morgan McLean Jan 04 '17 at 19:40