Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
Automatically monitor the evolving performance of Flask/Python web services.
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 :)
look at /report_exercise_outcome ... average is extremely misleading because of the outliers
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...
According to #437 and #435 , I edited the example in the Setup section to avoid the error mentioned here: #437
Firstly, thanks to the maintainers for their great work! **Describe the bug** Installing and setting up the dashboard leads to an Exception after logging in. Moreover, on the Configuration page,...
How can I use this to track dropped requests on flask?
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
the `deploy:needs:[test]` should not publish when the tests are failing cf. https://stackoverflow.com/a/63148947/1200070
**Describe the bug** Due to a type mismatch within a generated sql query, graphs aren't populating at the endpoint-level, when postgres is used as the database. sqlite seems to be...