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


   Superset uses statsd: https://github.com/statsd/statsd
   You can find a number of metrics already there.
   
   If you run it using gunicorn: 
https://docs.gunicorn.org/en/stable/instrumentation.html
   
   As for machine / DB utilization: cpu, memory, disk, network  - that depends 
on how you run it, e.g. in AWS you'll have cloudwatch metrics.
   
   Celery needs a bit of magic:
   * https://docs.celeryproject.org/en/stable/userguide/monitoring.html
   * 
https://medium.com/meilleursagents-engineering/how-we-monitor-asynchronous-tasks-da25728173d6
   
   
   


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