Skip to main content

A flask plugin to keep stats about your application

Project description

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.

$ pip install Flask-Stats

Configuration

Flask-Stats uses the following configuration values.

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

1.0.0

  • No longer reports timing values for endpoints that don’t exist.

Todo

More functionality? What Would you like?

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-1.0.1.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

Flask_Stats-1.0.1-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