PROFESSIONAL-CLOUD-DEVELOPER · Question #27
Your API backend is running on multiple cloud providers. You want to generate reports for the network latency of your API. Which two steps should you take? (Choose two.)
The correct answer is A. Use Zipkin collector to gather data. C. Use Stackdriver Trace to generate reports.. Network latency reporting for a distributed API requires distributed tracing. Zipkin (A) is an open-source distributed tracing system that instruments services, collects timing data, and can forward traces to compatible backends. Cloud Trace (Stackdriver Trace, C) is Google Cloud
Question
Your API backend is running on multiple cloud providers. You want to generate reports for the network latency of your API. Which two steps should you take? (Choose two.)
Options
- AUse Zipkin collector to gather data.
- BUse Fluentd agent to gather data.
- CUse Stackdriver Trace to generate reports.
- DUse Stackdriver Debugger to generate report.
- EUse Stackdriver Profiler to generate report.
How the community answered
(46 responses)- A72% (33)
- B17% (8)
- D7% (3)
- E4% (2)
Explanation
Network latency reporting for a distributed API requires distributed tracing. Zipkin (A) is an open-source distributed tracing system that instruments services, collects timing data, and can forward traces to compatible backends. Cloud Trace (Stackdriver Trace, C) is Google Cloud's distributed tracing tool that visualizes latency and generates latency distribution reports across services. Together they collect and report on API latency. Fluentd (B) is a log aggregator, not a tracing tool. Stackdriver Debugger (D) snapshots application state for debugging, not latency. Stackdriver Profiler (E) analyzes CPU and memory usage, not network latency.
Topics
Community Discussion
No community discussion yet for this question.