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.)
Click on the arrows to vote for the correct answer
A. B. C. D. E.CE.
To generate reports for the network latency of your API that is running on multiple cloud providers, you should take the following two steps:
Use Zipkin collector to gather data: Zipkin is a distributed tracing system that helps to gather data on the latency of requests made to your API. By using Zipkin, you can trace requests across multiple cloud providers and identify which component is causing the delay in the request processing. Zipkin has a collector that gathers data from various sources and provides a unified view of the data. You can use Zipkin to trace requests in real-time and generate reports on latency.
Use Stackdriver Trace to generate reports: Stackdriver Trace is a tool provided by Google Cloud Platform that helps to trace and debug requests made to your API. Stackdriver Trace allows you to visualize and analyze the latency of requests made to your API across multiple cloud providers. You can use Stackdriver Trace to generate reports on latency and identify any bottlenecks in your API.
Therefore, the correct answers to this question are A and C. While Fluentd is also a popular tool for log collection, it is not specifically designed for tracing latency, so B is not a correct answer. Stackdriver Debugger is a tool that helps to debug applications and not trace latency, so D is also not a correct answer. Finally, Stackdriver Profiler is a tool that helps to profile the performance of your applications and not specifically designed for tracing latency, so E is also not a correct answer.