
Ultimate access to all questions.
You have a Compute Engine application deployed in Google Cloud Platform (GCP) that you want to autoscale when total memory usage exceeds 80%. As part of the configuration, you have installed the Cloud Monitoring agent on the instances and set up an autoscaling policy with the following details:
However, during periods of high load, you notice that the application does not scale as expected. What should you do to ensure the application scales properly?_
A
Change the Target type to DELTA_PER_MINUTE.
B
Change the Metric identifier to agent.googleapis.com/memory/bytes_used._
C
Change the filter to metric.label.state = 'used' AND metric.label.state = 'buffered' AND metric.label.state = 'cached' AND metric.label.state = 'slab'.
D
Change the filter to metric.label.state = 'free' and the Target utilization to 20.