Open lzakharov opened 11 months ago
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.
atomic.Int64
Tests fixed in #2808.
@ofekshenawa sorry for disturbing, can you review please? This PR can help a lot. Thanks in advance!
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.