Automatically monitor the evolving performance of Flask/Python web services. Provides a real-time web dashboard showing endpoint performance, request count, average response time, versioning and more. Current version 5.0.2, requires Python >=3.11. Release cadence is irregular.
pip install flask-monitoringdashboardNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Flask Monitoring Dashboard on a Flask app.
Change imports to `from flask_monitoringdashboard import monitor`.
Set all configuration via `app.config['DASHBOARD_...']` keys.
Filter out the dashboard endpoints (e.g., `/flask-dashboard/`) in your analysis.
Use `app.config` directly instead of the config module.
No dependency data recorded yet.