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

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...

enhancement
to-discuss

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! ![image](https://user-images.githubusercontent.com/464519/75461735-7cf15500-5983-11ea-990c-c99d5b206e81.png)

is it possible that there are negative response times? or is it an artefact of the visualization? @thejager ![image](https://user-images.githubusercontent.com/464519/69724782-e3fd3480-111c-11ea-8c42-234f8f19229d.png)

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...

to-discuss

IMHO: ![image](https://user-images.githubusercontent.com/464519/69869649-b5629380-12ad-11ea-80b3-ccac97e0c2b5.png) 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...