Flask-MonitoringDashboard icon indicating copy to clipboard operation
Flask-MonitoringDashboard copied to clipboard

Automatically monitor the evolving performance of Flask/Python web services.

Results 71 Flask-MonitoringDashboard issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Flask Monitoring dashboard(v3.1.1 >) requires scipy==1.6.1 and Mac M1 ARM has a bug which prevents scipy==1.6.1 installation. This bug has been resolved in scipy==1.7.3 onwards Kindly update...

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies
javascript

Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies
javascript

**Describe the bug** This demo page noted in the docs is down - https://flask-monitoringdashboard.herokuapp.com/ **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3....

**Describe the bug** A clear and concise description of what the bug is. I've imported flask_monitoringdashboard in my flask app as follows: import flask_monitoringdashboard as dashboard and have used in...

**Describe the bug** I cannot login to the monitoring dashboard with any username/password combination. I am not sure if I'm missing something. Do I need to have the monitoring dashboard...

**Describe the bug** The endpoint profiler stops showing the break down of my code performance after the first few call-stack. I'm expecting to see which function in my endpoint causes...

**Describe the bug** Since I've integrated the flask-monitoringdashboard into flask apps with just this 2 lines of code in every file with a flask app (in order to have a...

**Describe the bug** Responses initiated through `flask.abort` / `werkzeug.exceptions.abort` are always logged as HTTP status code 500 by Flask-MonitoringDashboard, even when e.g. `flask.abort(400)` is called. **To Reproduce** ```python import flask_monitoringdashboard...

Hi, So for flask2.0 [requirements](https://github.com/pallets/flask/blob/main/setup.py#L8), the minimum required version for Jinja is 3.0, whereas the flask monitoring dashboard [requirements](https://github.com/flask-dashboard/Flask-MonitoringDashboard/blob/master/requirements.txt#L4) are pinned to 2.11.1. This is unfortunate as it means it's...