A dashboard for automatic monitoring of Flask web-services
Project description
# Flask Monitoring Dashboard
Dashboard for automatic monitoring of Flask web services.
The Flask Monitoring Dashboard provides 4 main functionalities:
- **Monitor the Flask application:**
This Flask extensions finds all your endpoints.
You can choose which endpoints you want to monitor and which not.
Monitoring and endpoint allows you to see which endpoints are being processed quickly, and which are not.
Additionally, it provides information about the performance of the endpoint throughout different versions.
- **Monitor your test coverage:**
Find out what endpoints are covered by unittest.
For more information, see Section 'TravisCI unit testing'.
- **Collect extra information about outliers:**
Outliers are requests that take way longer to process than regular requests.
The dashboard stores more information about outliers, such as:
- The stacktrace in which it got stuck.
- Request values.
- Request headers.
- Request environment.
- **Visualize the collected data in a number useful graphs:**
The dashboard is automatically added to your existing Flask application.
When running your app, the dashboard van be viewed by default in the route:
[/dashboard](http://localhost:5000/dashboard)
### Status
[![Build Status](https://travis-ci.org/flask-dashboard/Flask-Monitoring-Dashboard.svg?branch=master)](https://travis-ci.org/flask-dashboard/Flask-Monitoring-Dashboard.svg?branch=master)
[![Documentation Status](https://readthedocs.org/projects/flask-monitoringdashboard/badge/?version=latest)](http://flask-monitoringdashboard.readthedocs.io/en/latest/?badge=latest)
## Installation
To install from source, download the source code, then run this:
python setup.py install
Or install with pip:
pip install flask_monitoringdashboard
### Setup
Adding the extension to your flask app is simple:
from flask import Flask
import flask_monitoringdashboard as dashboard
app = Flask(__name__)
dashboard.bind(app)
## Screenshots
![Screenshot 1](/docs/img/screenshot1.png)
![Screenshot 2](/docs/img/screenshot2.png)
## Documentation
For a more advanced documentation, see [this site](http://flask-monitoringdashboard.readthedocs.io).
Change Log
=========================================================================
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_.
Please note that the changes before version 1.10.0 have not been documented.
Unreleased
-------------------------------------------------------------------------
Changed
- Added security for automatic endpoint-data retrieval.
- Added test for export_data-endpoints
- Added MIT License.
- Added documentation
Dashboard for automatic monitoring of Flask web services.
The Flask Monitoring Dashboard provides 4 main functionalities:
- **Monitor the Flask application:**
This Flask extensions finds all your endpoints.
You can choose which endpoints you want to monitor and which not.
Monitoring and endpoint allows you to see which endpoints are being processed quickly, and which are not.
Additionally, it provides information about the performance of the endpoint throughout different versions.
- **Monitor your test coverage:**
Find out what endpoints are covered by unittest.
For more information, see Section 'TravisCI unit testing'.
- **Collect extra information about outliers:**
Outliers are requests that take way longer to process than regular requests.
The dashboard stores more information about outliers, such as:
- The stacktrace in which it got stuck.
- Request values.
- Request headers.
- Request environment.
- **Visualize the collected data in a number useful graphs:**
The dashboard is automatically added to your existing Flask application.
When running your app, the dashboard van be viewed by default in the route:
[/dashboard](http://localhost:5000/dashboard)
### Status
[![Build Status](https://travis-ci.org/flask-dashboard/Flask-Monitoring-Dashboard.svg?branch=master)](https://travis-ci.org/flask-dashboard/Flask-Monitoring-Dashboard.svg?branch=master)
[![Documentation Status](https://readthedocs.org/projects/flask-monitoringdashboard/badge/?version=latest)](http://flask-monitoringdashboard.readthedocs.io/en/latest/?badge=latest)
## Installation
To install from source, download the source code, then run this:
python setup.py install
Or install with pip:
pip install flask_monitoringdashboard
### Setup
Adding the extension to your flask app is simple:
from flask import Flask
import flask_monitoringdashboard as dashboard
app = Flask(__name__)
dashboard.bind(app)
## Screenshots
![Screenshot 1](/docs/img/screenshot1.png)
![Screenshot 2](/docs/img/screenshot2.png)
## Documentation
For a more advanced documentation, see [this site](http://flask-monitoringdashboard.readthedocs.io).
Change Log
=========================================================================
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_.
Please note that the changes before version 1.10.0 have not been documented.
Unreleased
-------------------------------------------------------------------------
Changed
- Added security for automatic endpoint-data retrieval.
- Added test for export_data-endpoints
- Added MIT License.
- Added documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for Flask-MonitoringDashboard-1.10.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca4d5cb7b6664484783601f92e6469fcb97432532d5ff92b10a76974c9b39f38 |
|
MD5 | bcb406cf494f227dd8ccdecf84988928 |
|
BLAKE2b-256 | fded9ac1f5e87057efa49f2a28c1007cc56463e740a3403e468d7195f4ae1919 |