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 details)

Uploaded Source

File details

Details for the file django-stopwatch-0.2.tar.gz.

File metadata

File hashes

Hashes for django-stopwatch-0.2.tar.gz
Algorithm Hash digest
SHA256 da3d3986be8c731fd2de94ff8e4c2381836cea46975b3c8bb643da5c9e647662
MD5 6d7ee75d7c57fa2600c6cb565ee6278f
BLAKE2b-256 a385cab165687a42c228f448d4a75352ee480287ee02c0817494df289eea1bee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page