Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your company is deploying a Python application on Google App Engine Standard Environment and needs to continuously monitor CPU usage in production. Which steps should you take to achieve this?
A
Enable the Cloud Trace API
B
Install pip and Install the Trace package
C
Import google cloud profiler module and call the google cloud profiler.start function
D
Enable the Cloud Profiler API and add google-cloud-profiler to your requirements.txt file
E
Install pip and Install the Cloud Profiler package