
Ultimate access to all questions.
You deployed an application on Google Kubernetes Engine and noticed performance degradation. Logs are being written to Cloud Logging, and you're using a Prometheus sidecar for metrics. How can you correlate metrics and log data to troubleshoot the issue while sending real-time alerts cost-effectively?
A
Create custom metrics from the Cloud Logging logs, and use Prometheus to import the results using the Cloud Monitoring REST API.
B
Export the Cloud Logging logs and the Prometheus metrics to Cloud Bigtable. Run a query to join the results, and analyze in Google Data Studio.
C
Export the Cloud Logging logs and stream the Prometheus metrics to BigQuery. Run a recurring query to join the results, and send notifications using Cloud Tasks.
D
Export the Prometheus metrics and use Cloud Monitoring to view them as external metrics. Configure Cloud Monitoring to create log-based metrics from the logs, and correlate them with the Prometheus data.