Skip to content
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

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

krrrr38
Copy link
Contributor

@krrrr38 krrrr38 commented Dec 19, 2022

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.

-	"github.com/cactus/go-statsd-client/statsd"
+	"github.com/cactus/go-statsd-client/v5/statsd"

@CLAassistant
Copy link

CLAassistant commented Dec 19, 2022

CLA assistant check
All committers have signed the CLA.

@nitrocode
Copy link

@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

@nitrocode
Copy link

@artms @abhinav @brawndou friendly ping. Please review 🙏

@abhinav
Copy link
Contributor

abhinav commented Mar 19, 2023

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.

@mway mway requested a review from brawndou March 29, 2023 17:56
@brawndou brawndou merged commit f0c5953 into uber-go:master Mar 29, 2023
@nitrocode
Copy link

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? 🙏

brawndou added a commit that referenced this pull request Mar 30, 2023
Release of 4.1.7

Changes:
- update go-statsd-client to v5 (#194)
@brawndou brawndou mentioned this pull request Mar 30, 2023
brawndou added a commit that referenced this pull request Mar 30, 2023
Release of 4.1.7

Changes:
- update go-statsd-client to v5 (#194)
@nitrocode
Copy link

Thank you! I see the latest version is 4.1.7. we'll upgrade to 4.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants