
Ultimate access to all questions.
You are managing a Java application deployed on Kubernetes Engine in a Production environment. The organization requires a method to understand and benchmark the application's performance, including metrics like CPU time and Heap usage, without impacting the application's performance. Which solution would best meet this requirement?
A
Install the Logging agent and send logs to Cloud Logging, then create log-based metrics.
B
Install the monitoring agent and send metrics to Cloud Monitoring.
C
Install and start the Profiler agent to continuously collect performance data and send it to Profiler.
D
Install the Tracing agent and send latency metrics to Cloud Trace.