Skip to main content

Just a wsgi filter for mesure time execution

Project description

WSGI middleware for chronometer wsgi application

https://travis-ci.org/cyplp/wsgi_chronometer.png?branch=master

Usage

You can use in your wsgi app :

from wsgi_chronometer import ChronoFilter
from somewhere import SomeWsgiApp

return ChronoFilter(SomeWsgiApp,  **{'separator': '*', 'fields': ['DATETIME', 'TIME']})(environ, start_response)

or in the .ini deployement file :

[app:sample]
use = egg:sample_app

[pipeline:main]
pipeline =
   chrono
   sample

[filter:chrono]
use = egg:wsgi_chronometer
separator = -
fields = REQUEST_METHOD PATH_INFO HTTP_USER_AGENT HTTP_X_FORWARDED_FOR HTTP_X_REAL_IP

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

wsgi_chronometer-0.1.1.zip (11.3 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