
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
Modify your application to log exceptions and their stack traces to Logging by installing the Logging agent.
B
Report errors directly to the API using either the REST API or a client library.
C
Cloud Run has native integration with Error Reporting, eliminating the need for any additional setup or configuration.
D
Install the Monitoring agent and adjust your application to send exceptions and their stack traces to Error Reporting.