You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
The precision of responseMsec is too small, and the response time is too short, resulting in a response time of 0ms. Is there any way to change this?
The text was updated successfully, but these errors were encountered:
Thank you for the quick response and the information on the fixed precision of the nginx upstream module for response times.
I also want to explore another way to obtain the response time data. I considering using following prometheus query: sum(rate(nginx_vts_upstream_response_seconds_total[1m])) by (backend) * 1000 / sum(rate(nginx_vts_upstream_requests_total[1m])) by (backend)
this query calculates the average response time in milliseconds for each backend by summing the response times and dividing by request count over the past minute. Would this effectively provide the precision I need?
Thank you again for your help!
Hello!
The precision of responseMsec is too small, and the response time is too short, resulting in a response time of 0ms. Is there any way to change this?
The text was updated successfully, but these errors were encountered: