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.
Service: cloudtrace.googleapis.com
All URIs below are relative to https://cloudtrace.googleapis.com
This service provides the following discovery document:
REST Resource: v1.projects
| Methods | |
|---|---|
patchTraces |
PATCH /v1/projects/{projectId}/traces Sends new traces to Stackdriver Trace or updates existing traces. |
REST Resource: v1.projects.traces
| Methods | |
|---|---|
get |
GET /v1/projects/{projectId}/traces/{traceId} Gets a single trace by its ID. |
list |
GET /v1/projects/{projectId}/traces Returns of a list of traces that match the specified filter conditions. |


