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

Cannot see any stats sent to statsd in graphite #81

Open
synic opened this issue Sep 13, 2016 · 3 comments
Open

Cannot see any stats sent to statsd in graphite #81

synic opened this issue Sep 13, 2016 · 3 comments

Comments

@synic
Copy link

synic commented Sep 13, 2016

I've started the docker container, and I've tried various methods to send data to statsd, including the following python script:

import statsd
c = statsd.StatsClient('localhost', 8125)
c.incr('local.test', 100)

or the following bash script:

do
  echo -n "example.statsd.counter.changed:$(((RANDOM % 10) + 1))|c" | nc -w 1 -u localhost 8125
done

I get no errors, but no indication that it's actually done anything, and I definitely don't see the example or local folders in the metrics.

What am I doing wrong?

@unoexperto
Copy link

Same here. What do we do ?

@mengchengfeng
Copy link

Looking at issue #92, have you guys tried sending stats to 127.0.0.1 as opposed to localhost?

@vvass
Copy link

vvass commented Jan 6, 2017

127.0.0.1 worked

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

4 participants