-
Notifications
You must be signed in to change notification settings - Fork 118
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
update go-statsd-client to v5 #194
update go-statsd-client to v5 #194
Conversation
@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 |
Apologies, @nitrocode, I don't work at Uber anymore and don't have maintainer privileges in this repository. |
Release of 4.1.7 Changes: - update go-statsd-client to v5 (#194)
Release of 4.1.7 Changes: - update go-statsd-client to v5 (#194)
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.