Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.
query/scanned_bytes
B
Implement a Cloud Monitoring dashboard using the BigQuery metric slots/allocated_for_project to monitor slot allocation per project.
slots/allocated_for_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.
totalSlotMs
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.