Skip to content

z4r/django-stopwatch

Repository files navigation

Django Stopwatch

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 https://pypip.in/v/django-stopwatch/badge.png https://pypip.in/d/django-stopwatch/badge.png

This package provides a django middleware to collect API metrics.

$ pip install django-stopwatch
MIDDLEWARE_CLASSES += (
    'stopwatch.middleware.StopWatchMiddleware',
)
STOPWATCH_KEYBUILDER = 'stopwatch.keybuilders.RestApiKeyBuilder'
STOPWATCH_BACKENDS = (
    'stopwatch.backends.StatsDStopWatchBackend',
)
STOPWATCH_STATSD_PREFIX = stopwatch
STOPWATCH_STATSD_HOST = None
STOPWATCH_STATSD_PORT = None

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

About

api metrics collector middleware for django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages