Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you visualize the frequency of cache misses over time for an application that logs each cache miss event in Stackdriver Logging?
A
Link Stackdriver Logging as a source in Google Data Studio. Filter the logs on the cache misses.
B
Configure Stackdriver Profiler to identify and visualize when the cache misses occur based on the logs.
C
Create a logs-based metric in Stackdriver Logging and a dashboard for that metric in Stackdriver Monitoring.
D
Configure BigQuery as a sink for Stackdriver Logging. Create a scheduled query to filter the cache miss logs and write them to a separate table.