All Projects â†’ numberly â†’ flask-graphite

numberly / flask-graphite

Licence: MIT License
📈 Push useful metrics for each request without effort!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to flask-graphite

relative.time.parser
Moment.js Plugin for parsing Relative Time Strings
Stars: ✭ 13 (-13.33%)
Mutual labels:  graphite
dokku-graphite
a graphite, grafana, statsd, carbon plugin for dokku
Stars: ✭ 47 (+213.33%)
Mutual labels:  graphite
flaskerk
A flask extension for api doc and validation of request&response.
Stars: ✭ 24 (+60%)
Mutual labels:  flask-extensions
graphite-remote-adapter
Fully featured graphite remote adapter for Prometheus
Stars: ✭ 33 (+120%)
Mutual labels:  graphite
flask-funnel
Better asset management for Flask
Stars: ✭ 22 (+46.67%)
Mutual labels:  flask-extensions
commonpp
Small library helping you with basic stuff like getting metrics out of your code, thread naming, etc.
Stars: ✭ 29 (+93.33%)
Mutual labels:  graphite
grafana-stack
Tiny docker images for graphite, grafana and statsdly
Stars: ✭ 28 (+86.67%)
Mutual labels:  graphite
flask-simplemde
Flask-SimpleMDE - a Flask extension for SimpleMDE
Stars: ✭ 23 (+53.33%)
Mutual labels:  flask-extensions
puppet-graphite
Puppet module for graphite monitoring tools
Stars: ✭ 67 (+346.67%)
Mutual labels:  graphite
flask-stupe
💉 a.k.a. « Flask on steroids »
Stars: ✭ 30 (+100%)
Mutual labels:  flask-extensions
grafsy
Graphite client/proxy which listens locally on server and buffers data
Stars: ✭ 56 (+273.33%)
Mutual labels:  graphite
inspector-metrics
Typescript metrics / monitoring library
Stars: ✭ 19 (+26.67%)
Mutual labels:  graphite
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (+526.67%)
Mutual labels:  graphite
Flask-QRcode
A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
Stars: ✭ 89 (+493.33%)
Mutual labels:  flask-extensions
graphite-formula
docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Stars: ✭ 16 (+6.67%)
Mutual labels:  graphite
graphite-client
Windows (.NET) library and tools for feeding data into Graphite and statsD.
Stars: ✭ 85 (+466.67%)
Mutual labels:  graphite
docker-graphite
Run Graphite with Docker
Stars: ✭ 15 (+0%)
Mutual labels:  graphite
rust-statsd-server
A statsd server implemented in Rustlang
Stars: ✭ 16 (+6.67%)
Mutual labels:  graphite
atop-graphite-grafana-monitoring
Tools to extract raw system counters from atop, aggregate them to generate high level performance metrics, whose are then injected into a Graphite database and visualize through Grafana dashboards.
Stars: ✭ 15 (+0%)
Mutual labels:  graphite
flask-pwa
A extension to give a PWA experience into your Flask app.
Stars: ✭ 23 (+53.33%)
Mutual labels:  flask-extensions

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


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].