flask-profiler icon indicating copy to clipboard operation
flask-profiler copied to clipboard

a flask profiler which watches endpoint calls and tries to make some analysis.

Results 48 flask-profiler issues
Sort by recently updated
recently updated
newest added
trafficstars

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 ![image](https://user-images.githubusercontent.com/10723482/146016887-481e3ede-85ea-47f1-a903-0099189f0324.png)

Modal content is overflowing from the body ![image](https://user-images.githubusercontent.com/10723482/146009756-972db944-a863-4c3c-98a0-20acad4beb84.png)

![image](https://user-images.githubusercontent.com/51065492/145760491-5396d508-e6f2-40cd-b96f-6ca8af38be21.png) 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):...