Skip to main content

Patch and time some additional django libraries

Project description

These patches are designed to be used with django-statsd-mozilla.

Installation

From pypi:

pip install django-statsd-patches

This should install the requirement of django-statsd-mozilla, but if not, you can install that with:

pip install django-statsd-mozilla

Usage

The monkeypatches need to be installed to work. To get them installed, add the following to your settings.py:

STATSD_PATCHES = [
    'django_statsd_patches.patches.template',
    'django_statsd_patches.patches.redis_timing',
]

By default both the template and redis_timing patches sample every call. To add sampling to the calls, define one or both of the following settings in your settings.py:

STATSD_REDIS_SAMPLE_RATE = 0.5
STATSD_TEMPLATE_SAMPLE_RATE = 0.25

Then you’ll get sampling of the calls.

Changes

0.0.2:

  • Added STATSD_REDIS_SAMPLE_RATE and STATSD_TEMPLATE_SAMPLE_RATE

  • Changed redis statsd keys

0.0.1:

  • First version

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

django-statsd-patches-0.0.2.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file django-statsd-patches-0.0.2.tar.gz.

File metadata

File hashes

Hashes for django-statsd-patches-0.0.2.tar.gz
Algorithm Hash digest
SHA256 47ce9c9f4e40adb4eba86f187edfa07607770d38f5131760bd9e5cb8553de6ad
MD5 55d5f51b24c2a7bc473ab04cebc72660
BLAKE2b-256 381f9aff30ba1d7079c8dae8542ed59ac5818b7b41a19315d80e636e7e469586

See more details on using hashes here.

Provenance

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