flask-profiler
flask-profiler copied to clipboard
a flask profiler which watches endpoint calls and tries to make some analysis.
Fixes #118 #120
PyMongo 4.x aready remove ensure_index(), should use [create_index()](https://pymongo.readthedocs.io/en/stable/api/pymongo/collection.html#pymongo.collection.Collection.create_index) or [create_indexes()](https://pymongo.readthedocs.io/en/stable/api/pymongo/collection.html#pymongo.collection.Collection.create_indexes). https://pymongo.readthedocs.io/en/stable/migrate-to-pymongo4.html#id43
API body content is escaped with backslash 
Modal content is overflowing from the body 
 I'm using MongoDB with flask profiler and when I used the filtering feature of flask profiler and checked the logs of my app it returns: > 2021-11-20T08:34:14.991801+00:00 app[web.1]: [2021-11-20...
`flask-profiler` is awesome, nice work! I'm using it with `SQLAlchemy` and PostgreSQL. Sometimes there are spikes of usage with my app though, and I get this error: ```python sqlalchemy.exc.OperationalError: (psycopg2.OperationalError)...
SAP HANA doesn't autoincrement by default, so `flask_profiler` doesn't work with that RDBMS.
There hasn't been a new release in three years, but I'd like to use some new changes (specifically https://github.com/muatik/flask-profiler/commit/91e7ec74e8a3a53bf5748acf43507084e6955e02) without installing from source. Could you publish a new release?
From time to time when the package is using sqlite, it locks the db and by then any endpoint is accesible. Here the traceback. ```python Traceback (most recent call last):...