-
Notifications
You must be signed in to change notification settings - Fork 306
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
Unable to receive any stats. #64
Comments
I have the same issue, but for me even the
started with:
The
I already verified with:
that the Any tips appreciated... |
For some reason 'localhost' didn't work, replacing it with 127.0.0.1 did... I'm pretty sure this is from localhost resolving to ::1. If you connect to the container it self and run the command it wont work either. Edit /etc/hosts and remove ip6 line for localhost and run the example command, you should hopefully see data. |
@tejom, can you can create a pull request to update the docs? your solution using 127.0.0.1 works for me too 👍 |
localhost can be resolved to an ipv6 address. Ensuring that ipv4 is used by using the ip address works around some issues people are having in hopsoft#64
I'm using
docker-compose
to build this, here's my config:I'm able to access the graphite interface at
http://localhost:5000
however, using the test command in the readme, I'm unable to send any stats to graphite.If I run
(echo "counters" | nc localhost 8126) > counters
then I see my stats. The issue is that I'm unable to see any of this from within Graphite.Is there a step I'm not seeing in the Readme to getting this up and running?
If I purposefully misconfigure the port, I get connection refused every millisecond, so I know the
The text was updated successfully, but these errors were encountered: