cloudtrace_v1.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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.v1.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.v1.TraceService.*'
  17. deadline: 60.0
  18. authentication:
  19. rules:
  20. - selector: google.devtools.cloudtrace.v1.TraceService.GetTrace
  21. oauth:
  22. canonical_scopes: |-
  23. https://www.googleapis.com/auth/cloud-platform,
  24. https://www.googleapis.com/auth/trace.readonly
  25. - selector: google.devtools.cloudtrace.v1.TraceService.ListTraces
  26. oauth:
  27. canonical_scopes: |-
  28. https://www.googleapis.com/auth/cloud-platform,
  29. https://www.googleapis.com/auth/trace.readonly
  30. - selector: google.devtools.cloudtrace.v1.TraceService.PatchTraces
  31. oauth:
  32. canonical_scopes: |-
  33. https://www.googleapis.com/auth/cloud-platform,
  34. https://www.googleapis.com/auth/trace.append