What should you do?

Your team is designing a new application for deployment both inside and outside Google Cloud Platform (GCP). You need to collect detailed metrics such as system resource utilization. You want to use centralized GCP services while minimizing the amount of work required to set up this collection system.

What should you do?
A . Import the Stackdriver Profiler package, and configure it to relay function timing data to Stackdriver for further analysis.
B . Import the Stackdriver Debugger package, and configure the application to emit debug messages with timing information.
C . Instrument the code using a timing library, and publish the metrics via a health check endpoint that is scraped by Stackdriver.
D . Install an Application Performance Monitoring (APM) tool in both locations, and configure an export to a central data storage location for analysis.

Answer: A

Explanation:

The easiest way to collect detailed metrics such as system resource utilization is to import the Stackdriver Profiler package, and configure it to relay function timing data to Stackdriver for further analysis. This way, you can use centralized GCP services without modifying your code or setting up additional tools.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments