summaryrefslogtreecommitdiff
path: root/third_party/googleapis/google/devtools/cloudtrace/v1/cloudtrace_v1.yaml
blob: a913f7988e5ec1c2fe115cd9164e7492350a8948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
type: google.api.Service
config_version: 3
name: cloudtrace.googleapis.com
title: Stackdriver Trace API

apis:
- name: google.devtools.cloudtrace.v1.TraceService

documentation:
  summary: |-
    Sends application trace data to Stackdriver Trace for viewing. Trace data
    is collected for all App Engine applications by default. Trace data from
    other applications can be provided using this API. This library is used to
    interact with the Trace API directly. If you are looking to instrument
    your application for Stackdriver Trace, we recommend using OpenCensus.

backend:
  rules:
  - selector: 'google.devtools.cloudtrace.v1.TraceService.*'
    deadline: 60.0

authentication:
  rules:
  - selector: google.devtools.cloudtrace.v1.TraceService.GetTrace
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform,
        https://www.googleapis.com/auth/trace.readonly
  - selector: google.devtools.cloudtrace.v1.TraceService.ListTraces
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform,
        https://www.googleapis.com/auth/trace.readonly
  - selector: google.devtools.cloudtrace.v1.TraceService.PatchTraces
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform,
        https://www.googleapis.com/auth/trace.append