tokers commented on issue #5512:
URL: https://github.com/apache/apisix/issues/5512#issuecomment-971050961


   > request_time, upstream_response_time and upstream_header_time are same
   
   It's common that these three variables are same, since if you don't have 
some heavy logics on the gateway side, request time will be same to the 
upstream_response_time (the precision is about 1 ms), and if APISIX doesn't 
cost some time to receive response body from upstream (say content-length is 
0), the upstream_header_time will be almost same to upstream_response_time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to