Google Cloud Trace · Capability
Google Cloud Trace API
The Cloud Trace API enables sending and retrieving latency data for distributed applications. It supports writing trace spans, batch writing traces, listing traces, and retrieving individual traces to analyze request latency across microservices.
What You Can Do
POST
Batchwritespans
— Google Cloud Trace Batch Write Spans
/v2/projects/{projectId}/traces:batchWrite
POST
Createspan
— Google Cloud Trace Create Span
/v2/projects/{projectId}/traces/{traceId}/spans
GET
Listtraces
— Google Cloud Trace List Traces
/v1/projects/{projectId}/traces
PATCH
Patchtraces
— Google Cloud Trace Patch Traces
/v1/projects/{projectId}/traces
GET
Gettrace
— Google Cloud Trace Get Trace
/v1/projects/{projectId}/traces/{traceId}
MCP Tools
batchwritespans
Google Cloud Trace Batch Write Spans
createspan
Google Cloud Trace Create Span
listtraces
Google Cloud Trace List Traces
read-only
idempotent
patchtraces
Google Cloud Trace Patch Traces
gettrace
Google Cloud Trace Get Trace
read-only
idempotent