You support a high-traffic web application that runs on Google Cloud Platform (GCP). You need to measure application reliability from a user perspective without making any engineering changes to it. What should you do? (Choose two.)
- AReview current application metrics and add new ones as needed.
- BModify the code to capture additional information for user interaction.
- CAnalyze the web proxy logs only and capture response time of each request.
- DCreate new synthetic clients to simulate a user journey using the application. (correct answer)
- EUse current and historic Request Logs to trace customer interaction with the application. (correct answer)
Reveal answer & explanationHide answer
The correct answer is D, E. Option D: Create new synthetic clients to simulate a user journey using the application. Option E: Use current and historic Request Logs to trace customer interaction with the application.