api metrics collector middleware for django
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.