Topic 1 Question 79
2 つ選択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?
Use Zipkin collector to gather data.
Use Fluentd agent to gather data.
Use Stackdriver Trace to generate reports.
Use Stackdriver Debugger to generate report.
Use Stackdriver Profiler to generate report.
ユーザの投票
コメント(14)
for me the solution is A and C: https://cloud.google.com/trace/docs/zipkin
👍 17fraloca2020/12/27AC as Zipkin is used for to gather data for latency issues and SD trace purpose is to enable us to have a better view on the application code latency
👍 6dxxdd72021/01/24AC A: to support multiple cloud providers https://cloud.google.com/trace Zipkin tracers to submit data to Cloud Trace. Projects running on App Engine are automatically captured.
C: to generate reports for the network latency https://cloud.google.com/trace/docs/quickstart#analysis_reports_window
👍 4celia202004102021/07/17
シャッフルモード