
Ultimate access to all questions.
To enable each analytics team in your organization to monitor their BigQuery slot usage within their respective projects, what is the most effective approach?
A
Develop a Cloud Monitoring dashboard utilizing the BigQuery metric query/scanned_bytes to track data scanned by queries._
B
Implement a Cloud Monitoring dashboard using the BigQuery metric slots/allocated_for_project to monitor slot allocation per project.
C
For each project, export logs, capture BigQuery job execution details, create a custom metric from totalSlotMs, and then build a Cloud Monitoring dashboard based on this metric.
D
Aggregate logs at the organization level, capture BigQuery job executions, derive a custom metric from totalSlotMs, and establish a Cloud Monitoring dashboard from this metric.