-
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 I run it with th…
-
**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 ha…
-
I have installed Flask-MonitoringDashboard via pip. Upon binding, it states that it is unable to open the database file. I have researched several solutions, all to no avail.
I have the following s…
-
Hello,
I'm getting a blueprint name collision error.
```
AssertionError: A blueprint's name collision occurred between and . Both share the same name "dashboard". Blueprints that are created o…
-
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](htt…
-
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 monitor nor see those or even others I created man…
-
Running the Flask Monitoring Dashboard on my local works perfectly, but doesn't work on my AWS EC2 instance. The monitoring doesn't work anymore and database isn't obtaining any requests -- the tables…
-
**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
…
-
I've built a fairly substantial flask application which uses arq for all of its background processing. I'm pretty happy with the solution but see one deficiency that I'd like to try to address. I'd lo…
-
**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 database set…