Does anyone possibly know why the latency of my cloud debugger api is so high?

89 views Asked by At

Does anyone know how to identify the issue and fix it?

enter image description here

Many thanks!

1

There are 1 answers

0
James McTavish On

The latency does not look like a problem.

The Cloud Debugger API latency metrics will include ListActiveBreakpoint rpcs that deliberately stay open for a long period of time in order to reduce polling frequency. Essentially, the rpc will return when there is a new breakpoint set or when the request times out (at roughly 50 seconds, based on your screenshot).

The Cloud Debugger API requests occur in the background so the latency should not affect your system in any meaningful way.