GCP · Operations
Cloud Trace
Distributed tracing.
Official docsOverview
Cloud Trace collects OpenTelemetry spans across services for latency analysis.
When to use it
- Diagnose tail latency
- Correlate e2e tests with backend spans
Setup
- Instrument app with OpenTelemetry SDK exporting OTLP to Trace.
- View traces in Console.
How to use
Search
Filter by service + http.url to find slow checkout calls.
QA use cases
- Tag e2e test runs with traceparent header to view full backend trace per failing test.
