Jackie Zeng
Jackie Zeng

Reputation: 1

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

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

enter image description here

Many thanks!

Upvotes: 0

Views: 107

Answers (1)

James McTavish
James McTavish

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

Related Questions