Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
Automatically monitor the evolving performance of Flask/Python web services.
Occur this error when any endpoint is fired ``` bas Exception in thread Thread-161: Traceback (most recent call last): File "/home/tuba/anaconda3/envs/schrubles/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/home/tuba/anaconda3/envs/schrubles/lib/python3.5/site-packages/flask_monitoringdashboard/core/profiler/outlierProfiler.py", line 35,...
Flask monitoring dashboard not monitoring when the flask application is running through supervisor
I am using the Flask monitoring dashboard for monitoring purposes. The issue comes when I run the flask app through Gunicorn, Flask monitoring dashboard works fine and normal but when...
The dashboard currently displays by default the user performance statistics, would it be possible to show the number of requests a user made to a certain endpoint as well as...
I could be mistaken but there does not appear any way to set individual configuration options at runtime and thus be able to set them with environment variables e.g. setting...
It is great to be able to change the monitoring level in the ui. Having a lot of endpoints (that are e.g. generated by Flask-Admin), I do not want to...
I use the dashboard on a production server with flask-socketio. All endpoints with logging level 3 only show the endpoint and function definition lines. All tested endpoints were called 100+...
Scenario: A fully developed flask application would always have their own authentication, authorisation and user session handling mechanism. Ideally we should be allowed to use our own mechanism when we...
I am trying to run the tests locally but the command `python setup.py test` (as described in the docs) results in the following error: ``` get_test_suite (unittest.loader._FailedTest) ... ERROR ======================================================================...
Hi, I'm doing some tests to see how the graphs and info would look like so we're ready for production and I'm not seeing any data in the Outliers tab....