Skip to main content

A flask plugin to keep stats about your application

Project description

===========
Flask-Stats
===========

.. module:: flask.ext.stats

This flask extension automatically provides paging timing and http status code
statistics to statsd.

It will send page timings to `<APP_NAME>.<BLUEPRINT>.<FUNCTION>`, and status
codes to `<APP_NAME>.<BLUEPRINT>.<FUNCTION>.http_XXX`, where XXX is the status
code, i.e 403.

Installation
------------

Install by installing it from the Python Package Index.

.. code-block:: console

$ pip install Flask-Stats

Configuration
-------------

Flask-Stats uses the following configuration values.

.. tabularcolumns:: |p{6.5cm}|p{8.5cm}|


=============================== ========================================================
`STATS_HOSTNAME` Specifies the host to send statsd values to. Defaults to
localhost.
`STATS_PORT` Specified the port to send statsd values to. Defaults to
8125.
`STATS_BASE_KEY` The base key to send the stats to. Defaults to the
application name.
=============================== ========================================================

Changelog
---------

Todo
----

- Unit tests

API Documentation
-----------------

.. automodule:: flask_stats
:members:
:undoc-members:
:show-inheritance:

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-Stats-0.1.0.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

Flask_Stats-0.1.0-py2.py3-none-any.whl (4.1 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