How to get Total response time for each API call

Hi,

Is there way to get the total response time for each API call in kong.

Thanks,
Niranjan

kong + proxy = total time in success scenarios.

Thanks @jeremyjpj0916. We will try it out.

Hi Niranjan,

I use the http-log plugin. That gives these latencies,
latencies.kong
latencies.proxy - Upstream latency
latencies.request - Total (Kong + upstream latency)

There are other variations like udp-log plugin.