Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


Your team is managing a production Apache application on Google Compute Engine, monitoring default metrics like CPU utilization. A new requirement has emerged to monitor Apache-specific metrics directly in the Google Cloud console. What steps should you take? (Select two correct options).





Explanation:

To monitor custom metrics from the Apache application, installing the collectd agent is necessary, as fluentd is used for logging, not metrics. Placing the apache.conf in the correct directory and restarting the agent enables Apache-specific monitoring. Options C, D, and E do not meet the requirement for monitoring custom metrics. Reference: Google Cloud Monitoring Agent Plugins for Apache.