Google
PROFESSIONAL-CLOUD-DEVELOPER · Question #271
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 t
The correct answer is C. Instrument your microservices by installing the OpenTelemetry tracing package. Update your. https://cloud.google.com/trace/docs/setup#when-to-instrument
Monitoring, Logging, and Troubleshooting a Cloud Solution
Question
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?
Options
- AConfigure GKE workload metrics using kubectl. Select all Pods to send their metrics to Cloud
- BUpdate your microservices to log HTTP request methods and URL paths to STDOUT. Use the
- CInstrument your microservices by installing the OpenTelemetry tracing package. Update your
- DInstall tcpdump on your GKE nodes. Run tcpdump to capture network traffic over an extended
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C85% (22)
- D4% (1)
Explanation
https://cloud.google.com/trace/docs/setup#when-to-instrument
Topics
#Distributed Tracing#Observability#GKE#Performance Monitoring
Community Discussion
No community discussion yet for this question.