ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 17 - Professional Cloud DevOps Engineer discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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.
Answers
D.
Install an Application Performance Monitoring (APM) tool in both locations, and configure an export to a central data storage location for analysis.
Suggested 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.

asked 18/09/2024
Mohamed Mohamed
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first