
Ultimate access to all questions.
A company has deployed a multi-tier web application on Google Cloud Platform (GCP) and wants to use Cloud Monitoring to analyze application performance data. They have decided to integrate Cloud Monitoring with BigQuery to perform more complex analysis on the collected metrics. Which of the following approaches is the most appropriate way to achieve this integration while ensuring a scalable, cost-effective solution?
A
Enable the BigQuery export feature within Cloud Monitoring, which will export the monitoring data directly into BigQuery tables.
B
Use the Cloud Monitoring API to fetch the metric data and then use the BigQuery Streaming API to insert the data into BigQuery tables in real-time.
C
Create a Pub/Sub topic to export monitoring data, use Dataflow to process the data, and then use BigQuery sink to store the data in BigQuery.
D
Export the monitoring data to a Cloud Storage bucket, then set up a Data Transfer service to move the data to BigQuery.