Google Cloud Professional Cloud Developer — Question 247

You are developing an online gaming platform as a microservices application on Google Kubernetes Engine (GKE). Users on social media are complaining about long loading times for certain URL requests to the application. You need to investigate performance bottlenecks in the application and identify which HTTP requests have a significantly high latency span in user requests. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because using OpenTelemetry allows for detailed tracing of requests, making it easier to identify high latency issues in the microservices. Option A focuses on metrics which may not provide the granular insight needed for HTTP request latency. Option B involves logging but lacks the comprehensive tracing capabilities of OpenTelemetry. Option D is more about capturing network traffic and does not directly address the HTTP request latency problem.