Bird
0
0

In a Cloud Monitoring dashboard widget, you apply this filter:

medium📝 Predict Output Q4 of 15
GCP - Cloud Monitoring and Logging
In a Cloud Monitoring dashboard widget, you apply this filter:
metric.type = "compute.googleapis.com/instance/network/received_bytes_count" AND resource.label.instance_id = "67890"
What data will this widget display?
ANetwork bytes received by the instance with ID 67890
BTotal CPU utilization across all instances
CDisk read bytes for all instances in the project
DNetwork bytes sent by the instance with ID 67890
Step-by-Step Solution
Solution:
  1. Step 1: Analyze metric.type

    The metric "compute.googleapis.com/instance/network/received_bytes_count" tracks the number of bytes received over the network by a VM instance.
  2. Step 2: Analyze resource.label.instance_id

    The filter restricts data to the instance with ID "67890".
  3. Final Answer:

    The widget shows network bytes received by the specific instance 67890, which matches Network bytes received by the instance with ID 67890.
  4. Quick Check:

    Metric type and instance ID filter match network received bytes [OK]
Quick Trick: Match metric type and instance ID to data shown [OK]
Common Mistakes:
  • Confusing received bytes with sent bytes
  • Ignoring the instance_id filter
  • Assuming metric applies to all instances

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes