Skip to content

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

Merged
merged 4 commits into from
May 7, 2025

Conversation

lzakharov
Copy link
Contributor

@lzakharov lzakharov commented Nov 17, 2023

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.

@lzakharov lzakharov force-pushed the add-conn-pool-wait-stats branch 2 times, most recently from 97ce6b9 to 588a71f Compare November 20, 2023 09:24
@lzakharov
Copy link
Contributor Author

Tests fixed in #2808.

@lzakharov
Copy link
Contributor Author

@ofekshenawa sorry for disturbing, can you review please? This PR can help a lot. Thanks in advance!

@ofekshenawa
Copy link
Collaborator

Hey @lzakharov, sorry for the delay:)
Can you please resolve the conflicts if it still relevant?

@lzakharov lzakharov force-pushed the add-conn-pool-wait-stats branch from f9b11c5 to ee7a48e Compare April 24, 2025 16:07
@lzakharov
Copy link
Contributor Author

@ofekshenawa hi!) Conflicts are resolved.

Copy link
Collaborator

@ofekshenawa ofekshenawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lzakharov Thank you!

@ofekshenawa ofekshenawa merged commit 8ba559c into redis:master May 7, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants