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

[fix] Update dogstatsd client #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

graysonchao
Copy link

Hello! We're using go-metrics over at Square and found that go-metrics had trouble connecting to a dogstatsd forwarder listening on a local abstract Unix socket. After some experimentation, we found that updating the underlying dogstatsd client (to pick up DataDog/datadog-go#113) fixed the problem.

I also went through and updated a few test expectations, adding newlines where needed, so that the tests pass. I'm not sure if this was needed due to the dependency update or not.

The old version of the client had issues connecting to abstract Unix
domain sockets (e.g. `unix://@mysocket.sock`.) Also updates some test
expectations.
Copy link

hashicorp-cla-app bot commented Aug 7, 2024

CLA assistant check
All committers have signed the CLA.

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.

1 participant