A company deploys a microservices application on Google Kubernetes Engine (GKE). The operations team needs to monitor API latency between services. Which Google Cloud service should they use to trace requests across services?
Trap 1: Error Reporting
Error Reporting aggregates and tracks errors, not latency.
Trap 2: Cloud Logging
Cloud Logging is for storing and querying logs, not tracing requests.
Trap 3: Cloud Monitoring
Cloud Monitoring provides metrics and dashboards, not distributed tracing.
- A
Error Reporting
Why wrong: Error Reporting aggregates and tracks errors, not latency.
- B
Cloud Logging
Why wrong: Cloud Logging is for storing and querying logs, not tracing requests.
- C
Cloud Monitoring
Why wrong: Cloud Monitoring provides metrics and dashboards, not distributed tracing.
- D
Cloud Trace
Cloud Trace provides distributed tracing to analyze latency across services.