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

Not sending to graphite/logger when running in docker #33

Open
mosheeshel opened this issue May 25, 2017 · 0 comments
Open

Not sending to graphite/logger when running in docker #33

mosheeshel opened this issue May 25, 2017 · 0 comments

Comments

@mosheeshel
Copy link

mosheeshel commented May 25, 2017

Thanks for an excellent looking implementation! coming from the Java world, I've been looking for one like this, but for some reason it isn't as visible as scales - though IMO your implementation is much clearer and clean.

I have a Flask app to which I added metrology integration, just added a few simple counters, just to test it out.
When running locally on my machine (using gunicorn and aiohttp worker), everything works just great, metrics get reported to the remote graphite (hosted-graphite), and local logger as well. But our application is deployed to production in a docker, so when I tried running this in our local testing env (using docker-compose), anything connected to metrics just doesn't seem to work anymore.

I connected to the docker and tested the connection using shell and python code, and the metrics came through, so I think it is not an issue with connectivity, but some other thing in the code.

Just for clarification, the code is run exactly the same way (same requirements.txt, same gunicorn and parameters).

No error messages are displayed in the log. Any idea as to how I might debug this?

Thank you!

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