Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
Automatically monitor the evolving performance of Flask/Python web services.
Guys, currently mean latency differences are only reported if the difference is at least 30%. Motivation was: differences less than 30% aren't really interesting. On second thought, I think even...
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...
How can I use Flask-MonitoringDashboard with uwsgi? It works in local, but when i try to use on uwsgi, I will receive an error: ``` *** no app loaded. going...
**Describe the bug** I followed documentation. To change login account for dashboard, I generated config.cfg and set that file like below. But it didn't work. It seems that application find...
**Describe the bug** I enabled the level 3 but the profile doesn't show the result by line, just the handler function. **Expected behavior** Was expecting a tree with the each...
should be inside of the table! 
is it possible that there are negative response times? or is it an artefact of the visualization? @thejager 
It would be nice if the history of an endpoint that was renamed would not be lost, but rather, the rename would be detected and taken into account in the...
IMHO:  It should be in the table, where now it says: "No Data In The Table"
log: ``` File "/home/hadoop/project/lawplatform/env/local/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 507, in do_execute cursor.execute(statement, parameters) ProgrammingError: (sqlite3.ProgrammingError) You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory...