2017-10-26 16:04:26 -07:00
|
|
|
type: google.api.Service
|
|
|
|
|
config_version: 3
|
|
|
|
|
name: cloudtrace.googleapis.com
|
|
|
|
|
title: Stackdriver Trace API
|
|
|
|
|
|
|
|
|
|
apis:
|
|
|
|
|
- name: google.devtools.cloudtrace.v2.TraceService
|
|
|
|
|
|
|
|
|
|
documentation:
|
|
|
|
|
summary: |-
|
2019-11-15 08:48:36 -08:00
|
|
|
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
|
2023-03-02 11:46:07 -08:00
|
|
|
your application for Stackdriver Trace, we recommend using OpenTelemetry.
|
2017-11-27 15:07:25 -08:00
|
|
|
|
|
|
|
|
backend:
|
|
|
|
|
rules:
|
|
|
|
|
- selector: google.devtools.cloudtrace.v2.TraceService.BatchWriteSpans
|
|
|
|
|
deadline: 60.0
|
|
|
|
|
- selector: google.devtools.cloudtrace.v2.TraceService.CreateSpan
|
|
|
|
|
deadline: 60.0
|
2017-10-26 16:04:26 -07:00
|
|
|
|
|
|
|
|
authentication:
|
|
|
|
|
rules:
|
2019-11-15 08:48:36 -08:00
|
|
|
- selector: google.devtools.cloudtrace.v2.TraceService.BatchWriteSpans
|
|
|
|
|
oauth:
|
|
|
|
|
canonical_scopes: |-
|
|
|
|
|
https://www.googleapis.com/auth/cloud-platform,
|
|
|
|
|
https://www.googleapis.com/auth/trace.append
|
|
|
|
|
- selector: google.devtools.cloudtrace.v2.TraceService.CreateSpan
|
2017-10-26 16:04:26 -07:00
|
|
|
oauth:
|
|
|
|
|
canonical_scopes: |-
|
|
|
|
|
https://www.googleapis.com/auth/cloud-platform,
|
|
|
|
|
https://www.googleapis.com/auth/trace.append
|