
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.