flask-dashboard / Flask-MonitoringDashboard

Automatically monitor the evolving performance of Flask/Python web services.
http://flask-monitoringdashboard.readthedocs.io/
MIT License
751 stars 159 forks source link

Configuration Option for Time to Keep Logs #308

Open mircealungu opened 4 years ago

mircealungu commented 4 years ago

The Zeeguu deployment of the FMD is about one year old and it got quite slow. I wonder what's the best way to handle the situation when FMD DB grows to the point where the dashboarding loading is too slow.

To do:

To think about:

bogdanp05 commented 4 years ago

Hi @mircealungu! I think this is a cool problem that we thought about during my thesis, but eventually scoped it out. My input:

safeRetail commented 2 years ago

Hi @mircealungu

I am facing same issue. The dashboard get slower than before. A quick check on the size of the sqlDb show me that the db is up to + 2Gb ....

It will be a good feature to have the possibility to cleanup database.

Any suggestions ?

Thanks

mircealungu commented 2 years ago

Hi @safeRetail ! Thanks for joining the conversation!

At the moment we do not have the manpower to implement this feature :( Simplest thing is to delete the DB at the moment.