You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/02 14:38:00 UTC

[GitHub] [incubator-superset] som2014 commented on issue #10659: Monitor Superset Performance

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org