flask-dashboard / Flask-MonitoringDashboard

Automatically monitor the evolving performance of Flask/Python web services.
http://flask-monitoringdashboard.readthedocs.io/
MIT License
765 stars 159 forks source link

ideally we would also collect a "running standard deviation" besides collecting the average of a given endpoint #41

Open mircealungu opened 6 years ago

mircealungu commented 6 years ago

stack overflow discussion on the topic: https://stackoverflow.com/questions/1174984/how-to-efficiently-calculate-a-running-standard-deviation

that would allow us to detect "outliers" scientifically :)

kloostert commented 6 years ago

Do we still want this running standard deviation to be implemented?