Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
Automatically monitor the evolving performance of Flask/Python web services.
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 --...
**Describe the bug** My application is hosted on AWS elasticbeanstalk so every time I deploy the application local db is removed. So I tried using redshift to store the data....
Hi, When use FMD with two apps through DispatcherMiddleware, both apps using own configuration even forcing config parameters **To Reproduce** Configure two apps and run through DispatcherMiddleware 1. Run 2....
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 on the...
**Describe the bug** It's a secondary bug not really important, two buttons activated simultaneously on the left menu. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'yoursite/dashboard/api_performance' 2....
Hi, I was wondering how to get my custom graphs to show any data? I was playing around with this function ``` def every_ten_seconds(): print(int(random() * 100 // 10)) return...
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...
**Describe the bug** To create more software specific error codes. It would be helpful to support the unofficinal HTTP code range. I know Flask support any other HTTP code as...
Is it possible to record the request body for POST requests that were identified as outliers? My Use case is that I want to monitor an endpoint that receives a...
 This example claims a 53% decrease in latency, but for these two intervals there are only two measurements for this endpoint. Obviously, ridiculous to include a result like this,...