
Answer-first summary for fast verification
Answer: Use Stackdriver Monitoring to plot query execution times.
To monitor the execution time of BigQuery queries, Stackdriver Monitoring is the correct tool as it provides metrics related to BigQuery jobs, including query execution times. Stackdriver Trace is not suitable for this purpose as it is designed for distributed tracing of requests across services, not for measuring the execution time of individual queries. Therefore, the correct action is to use Stackdriver Monitoring to plot query execution times, making option D the correct choice. Options A, B, and C are incorrect for the reasons mentioned.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To monitor the execution time of hundreds of queries run on BigQuery via the BigQuery API in your analytics application, what steps should you take?
A
Use Stackdriver Monitoring to plot slot usage.
B
Use Stackdriver Trace to plot API execution time.
C
Use Stackdriver Trace to plot query execution time.
D
Use Stackdriver Monitoring to plot query execution times.