Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fixed Rails Example #61
Conversation
added a commit
that referenced
this pull request
Feb 17, 2012
kastner
merged commit 422b3f6
into
etsy:master
Feb 17, 2012
pushed a commit
to hbouvier/statsd
that referenced
this pull request
May 25, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jkamenik commentedFeb 16, 2012
I am using statsd hosted on an amazon instance. Everything worked when I copied your Rails example and tested locally, but it wouldn't work in the cloud.
Debugging showed me it was that the config was always blank and therefore defaulted to "localhost:8125". I have fixed it to properly load config in both the rails and normal case.