Skip to main content

Push useful metrics for each request without effort!

Project description

https://raw.githubusercontent.com/numberly/flask-graphite/master/artwork/flask-graphite.png

https://img.shields.io/pypi/v/flask-graphite.svg https://img.shields.io/github/license/numberly/flask-graphite.svg https://img.shields.io/travis/numberly/flask-graphite.svg https://readthedocs.org/projects/flask-graphite/badge/?version=latest

Flask-Graphite grants you the power to push useful metrics for each request without effort

Documentation: https://flask-graphite.readthedocs.io.

Features

  • Send metrics to graphite for each request

  • Metric name based on the route of the request

  • Average processing time, number of requests, and stats about status code for each route

Example

Here is a minimal template to use Flask-Graphite in a project.

from flask import Flask
from flask_graphite import FlaskGraphite

app = Flask(__name__)
FlaskGraphite(app)

Such a simple snippet, combined with a Grafana dashboard, would give you something like this:

An example dashboard powered with Flask-Graphite

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Graphite-0.5.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

Flask_Graphite-0.5.1-py2.py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page