PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #37
You have an application running in Google Kubernetes Engine. The application invokes multiple services per request but responds too slowly. You need to identify which downstream service or services ar
The correct answer is D. Use a distributed tracing framework such as OpenTelemetry or Stackdriver Trace.. https://cloud.google.com/trace/docs/overview Cloud Trace, a distributed tracing system for Google Cloud, helps you understand how long it takes your application to handle incoming requests from users or other applications, and how long it takes to complete operations like RPC cal
Question
Options
- AAnalyze VPC flow logs along the path of the request.
- BInvestigate the Liveness and Readiness probes for each service.
- CCreate a Dataflow pipeline to analyze service metrics in real time.
- DUse a distributed tracing framework such as OpenTelemetry or Stackdriver Trace.
How the community answered
(20 responses)- A5% (1)
- B10% (2)
- C5% (1)
- D80% (16)
Explanation
https://cloud.google.com/trace/docs/overview Cloud Trace, a distributed tracing system for Google Cloud, helps you understand how long it takes your application to handle incoming requests from users or other applications, and how long it takes to complete operations like RPC calls performed when handling the requests.
Topics
Community Discussion
No community discussion yet for this question.