johnseekins opened a new issue #9420: Statsd Logger can't load URL: https://github.com/apache/incubator-superset/issues/9420 Based on docs here: https://superset.incubator.apache.org/installation.html#statsd-logging ... ### Expected results Statsd logging is enabled and the host begins to send stats ### Actual results ``` 2020-03-30T19:56:15.244680+00:00 daemon.info use1-superset-1 gunicorn[32388]: ImportError: cannot import name 'StatsdStatsLogger' 2020-03-30T19:56:15.252975+00:00 daemon.info use1-superset-1 gunicorn[32388]: from superset.stats_logger import StatsdStatsLogger ``` #### How to reproduce the bug 1. Install Superset (pip3 install apache-superset) 2. Enable statsd logging (following docs 3. See error ### Environment - superset version: `0.35.2` - python version: `3.6.8` - node.js version: `??` - npm version: `??` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
