sozu icon indicating copy to clipboard operation
sozu copied to clipboard

new request metrics

Open Geal opened this issue 6 years ago • 0 comments

interesting metrics that are available in nginx:

  • upstream_connect_time: time spent establishing a connection with an upstream server
  • upstream_header_time: time between establishing a connection to an upstream server and receiving the first byte of the response header
  • upstream_response_time: time between establishing a connection to an upstream server and receiving the last byte of the response body

Geal avatar Mar 30 '18 09:03 Geal