Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Professional Cloud DevOps Engineer topic 1 question 47 discussion

Actual exam question from Google's Professional Cloud DevOps Engineer
Question #: 47
Topic #: 1
[All Professional Cloud DevOps Engineer Questions]

You are managing an application that exposes an HTTP endpoint without using a load balancer. The latency of the HTTP responses is important for the user experience. You want to understand what HTTP latencies all of your users are experiencing. You use 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.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
raf2121
Highly Voted 2 years, 9 months ago
Answer C Reference : https://cloud.google.com/monitoring/api/v3/kinds-and-types?hl=en GAUGE Metric : In which value measures a specific instant in time DELTA Metric : In which the value measures the change since it was last recorded CUMULATIVE metric : In which the value constantly increases over time Question asks, "Latency of HTTP responses" - This needs to be specific instant in time , which is GAUGE, hence C
upvoted 23 times
...
Charun
Highly Voted 2 years, 10 months ago
C is correct
upvoted 11 times
...
alpha_canary
Most Recent 3 months, 1 week ago
Selected Answer: C
GAUGE metrics record a value at a particular point in time and DISTRIBUTION captures distribution statistics. A Heatmap is a good way to visualize latencies across all users. https://cloud.google.com/monitoring/api/v3/kinds-and-types?hl=en#metric-kinds
upvoted 1 times
...
jomonkp
5 months, 2 weeks ago
Selected Answer: C
option c
upvoted 1 times
...
jeffersonkozak
11 months, 3 weeks ago
Selected Answer: A
C is partially correct, GAUGE with DISTRIBUTUION, but "use a Heatmap graph to visualize the metric" will not help to visualiaze the Latencies of all users, will help to identify regions, but it;s not a question
upvoted 1 times
...
AzureDP900
1 year, 6 months ago
C is right as per GCP documentation. A gauge metric, in which the value measures a specific instant in time. For example, metrics measuring CPU utilization are gauge metrics; each point records the CPU utilization at the time of measurement. Another example of a gauge metric is the current temperature.
upvoted 1 times
...
Ananda
2 years ago
Selected Answer: C
Submitted C
upvoted 2 times
...
PhilipKoku
2 years, 3 months ago
Selected Answer: C
C - Gauge to see latency distribution
upvoted 2 times
...
cloudbee
2 years, 4 months ago
Selected Answer: C
It's guage metric as it is asking latency of http responses.
upvoted 2 times
...
francisco_guerra
2 years, 10 months ago
Ans C: A: Incorrect: Stacked bar could be but latency its used with distributions B: Incorrect: If we used a cumulative the latency would be increasing in the graph. C: Correct: Latency is commonly measured as a distribution. D: Incorrect: METRIC_KIND_UNSPECIFIED is not the answer that gcp wanted. Latency is commonly measured as a distribution. Given a distribution, you can measure various percentiles. For example, you might measure the number of requests that are slower than the historical 99th percentile. Latency histogram_quantile(0.9, rate(http_request_duration_seconds_bucket[7d]) histogram_quantile(0.99, rate(http_request_duration_seconds_bucket[7d])) https://sre.google/workbook/implementing-slos/ https://cloud.google.com/architecture/adopting-slos/
upvoted 9 times
...
ralf_cc
2 years, 11 months ago
Option B
upvoted 1 times
syslog
2 years, 10 months ago
Absolutely not. Cumulative means a growing graph, whose latency values ​​add up to the previous ones, and it doesn't make sense. It's C for sure.
upvoted 5 times
...
...
rinkeshgala1
2 years, 11 months ago
Option C
upvoted 5 times
...
[Removed]
2 years, 11 months ago
I think C
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...