
Ultimate access to all questions.
You are managing an application that exposes an HTTP endpoint without a load balancer. HTTP response latency is critical for user experience. You need to monitor the HTTP latencies experienced by all users using Stackdriver Monitoring. What should you do?
A
• In your application, create a metric with a metricKind set to DELTA and a valueType set to DOUBLE. • In Stackdriver's Metrics Explorer, use a Stacked Bar graph to visualize the metric.
B
• In your application, create a metric with a metricKind set to CUMULATIVE and a valueType set to DOUBLE. • In Stackdriver's Metrics Explorer, use a Line graph to visualize the metric.
C
• In your application, create a metric with a metricKind set to GAUGE and a valueType set to DISTRIBUTION. • In Stackdriver's Metrics Explorer, use a Heatmap graph to visualize the metric.
D
• In your application, create a metric with a metricKind set to METRIC_KIND_UNSPECIFIED and a valueType set to INT64. • In Stackdriver's Metrics Explorer, use a Stacked Area graph to visualize the metric.