
Answer-first summary for fast verification
Answer: Configure a single metrics scope that covers all the regions and filter the data by region using labels.
Configuring a single metrics scope that covers all regions and filtering the data by region using labels is the correct approach. This method allows for monitoring the performance and usage of resources in each region separately through label filtering, while still providing an aggregated view of the entire application. Other options either increase management complexity unnecessarily or fail to meet the requirement for separate regional analysis and aggregated viewing.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When designing a monitoring system for a multi-region application on Google Cloud Platform (GCP) using Cloud Monitoring metrics scopes, how should you configure the scopes to separately analyze each region's performance and usage while also maintaining an aggregated view of the entire application?
A
Use the default metrics scope and apply a resource group to each region for easier management.
B
Create individual metrics scopes for each region and use a separate metrics scope for the aggregated view.
C
Configure a single metrics scope that covers all the regions and filter the data by region using labels.
D
Set up individual metrics scopes for each region and use Pub/Sub to aggregate the data.
No comments yet.