import "go.opencensus.io/trace/adaptor/stackdriver" exporter, err := stackdriver.NewExporter(stackdriver.Options{ProjectID: *project}) if err != nil { log.Println(err) } else { trace.RegisterExporter(exporter) }
ctx = trace.StartSpan(ctx, "your choice of name") defer trace.EndSpan(ctx)
Hello Matias,
I need the following information from your side to proceed further:-
Can you please confirm if you were able to submit “create analysis report” successfully? If not, what is the error message you are getting while submitting it?
Can you please retry to submit “create analysis report” via cloud console? You can choose HTTP method and HTTP status from available manu options. Please let me know if you get any error message?
Additionally, you can find more information about creating an analysis report in this document[1].
You don’t see analysis report from the trace list view because analysis report has not been created yet. As the error message suggests, the user should be having more than 100 requests to create analysis report. Going forward, I will suggest raising a PIT ticket at google public issue tracker platform[1] for your issue along with bug-related details.
[1]: https://issuetracker.google.com
The screenshot you shared in your first post is not complete. Can you please share the full screenshot of trace list page? Actually, I am getting different fields in my trace list gui then the shown in cloud documentation and I want to compare those with your screenshot.
Moreover, are you sure that candidate.add URI captured in your trace has standard HTTP request (GET/DELETE/POST/PUT)?Please click any request URI (candidate.add) to view trace details[1].
[1]: https://cloud.google.com/trace/docs/viewing-details
Thanks for sharing the complete screen share. I find your trace detail page is bit different and does not have same fields and information regarding HTTP method as suggested in the documentation. I suspect the system is not analyzing your POST request as a standard HTTP request. I will suggest raising this as a customer issue or bug in google public issue tracker platform[1] with complete logs, screenshot and HAR file[2].