Skip to content

Conversation

@jcbran
Copy link

@jcbran jcbran commented Feb 24, 2024

This change measures proxy_idle_time as the time from when we create the backend client until we receive the first byte from the backend.

Prior to this patch we measured the time from when we received the first byte from the client until we received the first byte from the backend which inadvertently included network and client latency resulting in inflated proxy_idle_times.

This change measures proxy_idle_time as the time from when we create the
backend client until we receive the first byte from the backend.

Prior to this patch we measured the time from when we received the first
byte from the client until we received the first byte from the backend
which inadvertently included network and client latency resulting in
inflated proxy_idle_times.
@deweerdt
Copy link
Member

@jcbran thank you for the PR, there seems to be an issue with the tests, would you mind taking a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants