django-statsd is a django app that submits query and view durations to Etsy's statsd.
Project description
Introduction
django_statsd is a middleware that uses python-statsd to log query and view durations to statsd.
- Python Statsd
- Graphite
Install
To install simply execute python setup.py install. If you want to run the tests first, run python setup.py nosetests
Usage
Just add django_statsd to the installed_apps and add django_statsd.middleware.TimingMiddleware to MIDDLEWARE_CLASSES
Advanced Usage
>>> def some_view(request): ... with request.timings('something_to_time'): ... # do something here ... pass >>> >>> def some_view(request): ... request.timings.start('something_to_time') ... # do something here ... request.timings.stop('something_to_time')
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
django-statsd-1.7.tar.gz
(4.0 kB
view details)
Built Distributions
django_statsd-1.7-py2.6.egg
(12.1 kB
view details)
File details
Details for the file django-statsd-1.7.tar.gz
.
File metadata
- Download URL: django-statsd-1.7.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e6abe84e3638cf95f6ae44c064b3710d8167debaf39f3bd55149d666f70ad33 |
|
MD5 | 1729cdd21d342dbbf9e4fbaa0073f931 |
|
BLAKE2b-256 | f3a880bb85bf795770a57e8873029c9ae048a7c22e005818203a106a2a4be473 |
File details
Details for the file django_statsd-1.7-py2.6.egg
.
File metadata
- Download URL: django_statsd-1.7-py2.6.egg
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24a4ac8ece23fcca74c6d4000f3c7ca94e4779fa5af7b77ff870ed433b56f8ea |
|
MD5 | 7ff5e99d1e93b73dfdaee39b3f5aeb81 |
|
BLAKE2b-256 | e9e7c98764e6e639c01efa2e7b9a2c0c0c433ad261d56eaba4a0053242cff2b1 |
File details
Details for the file django-statsd-1.7.linux-i686.tar.gz
.
File metadata
- Download URL: django-statsd-1.7.linux-i686.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 787c61246dbef802019ddb1e18329169eb608c7f2c0dbe60bd78e52242fdd4da |
|
MD5 | 42f26f0837b1f6c6df7d2a76d4380db8 |
|
BLAKE2b-256 | 1f98b23654f7c1463153d6338d2477bd1d54022be27f45874254b089c01779a5 |