cloudtrace_v2.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. type: google.api.Service
  2. config_version: 3
  3. name: cloudtrace.googleapis.com
  4. title: Stackdriver Trace API
  5. apis:
  6. - name: google.devtools.cloudtrace.v2.TraceService
  7. documentation:
  8. summary: |-
  9. Sends application trace data to Stackdriver Trace for viewing. Trace data
  10. is collected for all App Engine applications by default. Trace data from
  11. other applications can be provided using this API. This library is used to
  12. interact with the Trace API directly. If you are looking to instrument
  13. your application for Stackdriver Trace, we recommend using OpenCensus.
  14. backend:
  15. rules:
  16. - selector: google.devtools.cloudtrace.v2.TraceService.BatchWriteSpans
  17. deadline: 60.0
  18. - selector: google.devtools.cloudtrace.v2.TraceService.CreateSpan
  19. deadline: 60.0
  20. authentication:
  21. rules:
  22. - selector: google.devtools.cloudtrace.v2.TraceService.BatchWriteSpans
  23. oauth:
  24. canonical_scopes: |-
  25. https://www.googleapis.com/auth/cloud-platform,
  26. https://www.googleapis.com/auth/trace.append
  27. - selector: google.devtools.cloudtrace.v2.TraceService.CreateSpan
  28. oauth:
  29. canonical_scopes: |-
  30. https://www.googleapis.com/auth/cloud-platform,
  31. https://www.googleapis.com/auth/trace.append