twitter / rezolus

Systems performance telemetry
Apache License 2.0
1.56k stars 116 forks source link

fix potential deadlock and improve memcache sampler reconnect logic #297

Closed brayniac closed 2 years ago

brayniac commented 2 years ago

Improves the connection management in the memcache sampler by using a connect with timeout and delaying reconnects.

Pulls in an update to dashmap which should help avoid deadlock.

Updates other dependencies.