Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.
 
 

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vainglorious Eye

This middleware was written by Ian Bicking (the original repository can be found here). It is currently being maintained by Large Blue, however, it hasn't officially been released (on PyPI or elsewhere).

The Vainglorious Eye is a WSGI middleware to track requests in a website. It's similar in scope to things like Analog, except that it does the tracking live (not through log processing), and offers the data through RESTful services.

Put the middleware in place, either using vaineye.statustracker.StatusTracker or with the Paste Deploy configuration like:

[filter-app:status]
use = egg:VaingloriousEye
next = real_app

The Vainglorious Eye is distributed under the MIT license.

About

The Vainglorious Eye is a WSGI middleware to track requests in a website.

Resources

Stars

0 stars

Watchers

10 watching

Forks

Releases

Packages

Contributors

Languages