Skip to main content

Django Stopwatch

Project description

api metrics collector middleware for django

https://api.travis-ci.org/z4r/django-stopwatch.png?branch=master https://coveralls.io/repos/z4r/django-stopwatch/badge.png?branch=master

This package provides a django middleware to collect API metrics.

Installation

$ pip install django-stopwatch

Usage

MIDDLEWARE_CLASSES += (
    'stopwatch.middleware.StopWatchMiddleware',
)

Configuration and Default

STOPWATCH_KEYBUILDER = 'stopwatch.keybuilders.RestApiKeyBuilder'
STOPWATCH_BACKENDS = (
    'stopwatch.backends.StatsDStopWatchBackend',
)
STOPWATCH_STATSD_PREFIX = stopwatch
STOPWATCH_STATSD_HOST = None
STOPWATCH_STATSD_PORT = None

License

This software is licensed under the Apache License 2.0. See the LICENSE file in the top distribution directory for the full license text.

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-stopwatch-0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

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