
Explanation:
To generate network latency reports for an API running across multiple cloud providers, two key steps are required: data collection and report generation.
Fluentd (B) is for logging, not latency tracing. Stackdriver Debugger (D) and Profiler (E) are unrelated to network latency. Thus, A and C are the correct choices.
Your API backend is deployed across multiple cloud providers. You need to generate reports for API network latency.
Which two actions should you perform? (Select two.)
A
Use Zipkin collector to gather data.
B
Use Fluentd agent to gather data.
C
Use Stackdriver Trace to generate reports.
D
Use Stackdriver Debugger to generate report.
E
Use Stackdriver Profiler to generate report.
No comments yet.