Closed krrrr38 closed 1 year ago
@brawndou @SokolAndrey please review when time permits. We'd like to see this dependency upgrade get merged in to keep our code base using the latest dependencies
@artms @abhinav @brawndou friendly ping. Please review 🙏
Apologies, @nitrocode, I don't work at Uber anymore and don't have maintainer privileges in this repository. I've messaged some folks there to see if they can find someone to look at this.
Thank you @abhinav @mway and @brawndou for getting this over the line.
And thank you to @krrrr38 !
Looking forward to v3.5.4. Is this release planned today too? 🙏
Thank you! I see the latest version is 4.1.7. we'll upgrade to 4.x.
Motivation
Current go-statsd-client is too old. Dependency commit is 2years ago.
https://github.com/cactus/go-statsd-client/tree/cb0885a1018c53bc05535cfbbd1fb858430b9f8c
Discussion
It has a breaking change on
func NewReporter(statsd statsd.Statter, opts Options) tally.StatsReporter
.Upgrade guide is just change like a following.