Reputation: 1
Does anyone know how to identify the issue and fix it?
Many thanks!
Upvotes: 0
Views: 107
Reputation: 11
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.
Upvotes: 1