DanielAdler23 opened a new issue #9899: URL: https://github.com/apache/incubator-superset/issues/9899
So I've been running superset 0.36 with docker-compose and when I run the cluster the superset app cannot connect to statsd server and I get a connection refused message, when exec into the container no service is listening on port 8125. How do I make sure statsd server initiates? To "superset_config.py" script I added: ` from superset.stats_logger import StatsdStatsLogger STATS_LOGGER = StatsdStatsLogger(host='localhost', port=8125, prefix='superset') ` In ".env" file: SUPERSET_ENV=production  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
