Statsd Logs not showing up with docker compose #27121
Unanswered
Sangarshanan
asked this question in
Q&A / Help
Replies: 2 comments
-
Maybe @nytai or @john-bodley can help with this one? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This seems like it might warrant being moved to Q&A, if it is a configuration concern and not a bug, per se. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to reproduce the bug
Add the following lines to superset_config.py
and the extra param to gunicorn cmd in
run-server.sh
--statsd-host localhost:8125
I am also running a development server
FLASK_ENV
andSUPERSET_ENV
set todevelopment
BUT when i build and run superset from scratch
Superset 0.0.0-dev
then the statd logger seems to show up locally, it however fails to show up in my docker composeExpected results
stats_logger should start logging major events like query timings
Actual results
statsd logger does not show up.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
stats_logger shows up when running locally but does not with docker-compose
Beta Was this translation helpful? Give feedback.
All reactions