Hi all,
I'm having a weird issue with Google Endpoints latency overhead.
I have a service deployed on GAE with Endpoint in front of it. I see I have huge response times from time to time and, while my api has a stable response time (around 10ms), the whole request from the caller point of view may take about 15s to complete.
I checked the Endpoints dashboard and opened the Endpoints latency overhead and saw unexpected latency spikes with, for example, a 50th percentile @11ms, but a 95th percentile @8.5s and a 98th percentile @13.5s while my api (backend latency) was at a nice 98th percentile @11ms.
Is there something I did not understand or an issue with Endpoints ?
Cheers,
Patrice