som2014 commented on issue #10659:
URL: 
https://github.com/apache/incubator-superset/issues/10659#issuecomment-685779924


   @bkyryliuk  I have used the following command in my superset_config file
   ```from superset.stats_logger import StatsdStatsLogger
   STATS_LOGGER = StatsdStatsLogger(host='0.0.0.0', port=8125, 
prefix='superset')
   ```
   
   Then i am using gunicorn 
   ```
    nohup  gunicorn \
         -w 6 \
         -k gevent \
         --timeout 120 \
         -b  0.0.0.0:8088 \
         --limit-request-line 0 \
         --limit-request-field_size 0 \
         --statsd-host 0.0.0.0:8125 \
         "superset.app:create_app()" &
   ```
   
   AT   `<IP ADDRESS>:8125 `i am not seeing any metrics i am doing anything 
wrong here ?


----------------------------------------------------------------
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]

Reply via email to