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

127.0.0.1 vs localhost #92

Open
blueshirts opened this issue Dec 20, 2016 · 0 comments
Open

127.0.0.1 vs localhost #92

blueshirts opened this issue Dec 20, 2016 · 0 comments

Comments

@blueshirts
Copy link

Played with a bunch today because it seems pretty awesome. Everything installs rather quickly without much of an issue though unfortunately none of my stats were making it into graphite. Through a bunch of testing I found that sending metrics to localhost (as below) doesn't ever make it into graphite. Using UDP there are no errors.

echo "a.b.c:28|g" | nc -w 1 -u localhost 8125    

Sending stats to 127.0.0.1 does however seem to work for me and I can see stats in both graphite and grafana.

echo "a.b.c:28|g" | nc -w 1 -u 127.0.0.1 8125

I am not sure if this could be made to be more flexible though if not adding a line in the documentation might be very helpful to others.

Thanks

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

1 participant