
Answer-first summary for fast verification
Answer: Create a logs-based metric in Stackdriver Logging and a dashboard for that metric in Stackdriver Monitoring.
This is the correct answer because Stackdriver Logging and Stackdriver Monitoring are both tools that are part of the Google Cloud Platform (GCP). Logs-based metrics are used to collect data from log entries, and dashboards in Stackdriver Monitoring can be used to visualize the data. This allows for easy visualization of the cache miss log entries over time.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can you best visualize the frequency of cache misses for an application that stores product information in cached memory using Stackdriver Logging?
A
Set up BigQuery as a sink for Stackdriver Logging. Develop a scheduled query to filter the cache miss logs and write them to a different table.
B
Connect Stackdriver Logging to Google Data Studio. Separate the logs according to cache misses.
C
Establish Stackdriver Profiler to detect and illustrate when the cache misses occur based on the logs.
D
Create a logs-based metric in Stackdriver Logging and a dashboard for that metric in Stackdriver Monitoring.