Bird
0
0

What will happen if you add a dashboard widget with this filter?

medium📝 Predict Output Q5 of 15
GCP - Cloud Monitoring and Logging
What will happen if you add a dashboard widget with this filter?
metric.type = "compute.googleapis.com/instance/cpu/utilization" AND resource.label.zone = "us-central1-a"
AShows CPU utilization for all instances in zone us-central1-a
BShows CPU utilization for all instances in all zones
CShows disk usage for instances in zone us-central1-a
DShows network traffic for instances in zone us-central1-a
Step-by-Step Solution
Solution:
  1. Step 1: Understand metric type

    The metric is CPU utilization of instances.
  2. Step 2: Understand resource label filter

    Filter limits data to instances in zone us-central1-a.
  3. Final Answer:

    Shows CPU utilization for all instances in zone us-central1-a -> Option A
  4. Quick Check:

    Filter effect = CPU usage in specified zone [OK]
Quick Trick: Resource labels filter scope of metrics shown [OK]
Common Mistakes:
  • Ignoring zone filter
  • Confusing metric types
  • Assuming all zones are included

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes