
Answer-first summary for fast verification
Answer: No additional setup or configuration is required. Error reporting is automatically enabled for Cloud Run.
The correct answer is that Cloud Run is natively integrated with Error Reporting, so no additional setup is needed. This integration allows for real-time error capturing and dashboard visualization without requiring manual configuration or agent installation. Reference: Setting up on Cloud Run.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your team is working on a containerized Python application for a government project, utilizing a microservices architecture and planning to deploy it using Cloud Run. You've been tasked with creating a dashboard that captures the application's top or new errors in real-time. What is the best approach to achieve this?
A
Install the Monitoring agent and modify your application to log exceptions and their stack traces to Error Reporting.
B
No additional setup or configuration is required. Error reporting is automatically enabled for Cloud Run.
C
Install the Logging agent and modify your application to log exceptions and their stack traces to Logging.
D
Report errors to the API using either the REST API or a client library.
No comments yet.