-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat: add connection waiting statistics #2804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
97ce6b9
to
588a71f
Compare
Tests fixed in #2808. |
@ofekshenawa sorry for disturbing, can you review please? This PR can help a lot. Thanks in advance! |
Hey @lzakharov, sorry for the delay:) |
f9b11c5
to
ee7a48e
Compare
@ofekshenawa hi!) Conflicts are resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lzakharov Thank you!
I see that Are they expected to be populated there? |
Co-authored-by: ofekshenawa <[email protected]>
Co-authored-by: ofekshenawa <[email protected]>
Hi! This PR adds connection waiting statistics. These statistics are useful for tuning pool parameters. Inspired by redigo stats.
I removed doctests with Go 1.18 due to
atomic.Int64
usage.