Skip to content

z4r/django-stopwatch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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.

About

api metrics collector middleware for django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages