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

StatsdClient fails silently when there's no statsd listening on the given address #25

Open
gsalgado opened this issue Sep 7, 2015 · 3 comments

Comments

@gsalgado
Copy link

gsalgado commented Sep 7, 2015

Neither CreateSocket() nor any of the metrics-generating methods (i.e. Timing(), Incr(), etc) return an error when there's no statsd listening on the address given when creating the client, as can be seen at the following gist: https://gist.github.com/gsalgado/07b8bec3e326582c7174

I'd expect them all to return an error in this case.

@alxmsl
Copy link

alxmsl commented Jan 15, 2016

@gsalgado
Copy link
Author

@alxmsl
Copy link

alxmsl commented Jan 18, 2016

It's normal behaviour for UDP connections

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

No branches or pull requests

2 participants