Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

DEPRECATED - Mozilla plugins for heka+django+raven integration

Notifications You must be signed in to change notification settings

mozilla-services/django-raven-heka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: This software is no longer being maintained. There are many ways to get data into Heka, including just POSTing a JSON payload into an HttpListenInput.

django-raven-heka

image

django-raven-heka is a set of plugins for the Raven client to enable routing of raven messages through heka when you are running a Django application.

The primary use of this is to standardize heka integration into Playdoh applications.

The advantage of doing so allows heka to act as a centralized client to route all logging messages. This greatly simplifies testing as you can always just query the heka client to see what messages have been sent.

How to run the testsuite:

Due to the dependency on Django, you'll need to use the runtests.py script instead of just running nose.

To run the tests, use :

python runtests.py

You can get a list of all command line options by using --help :

python runtests.py --help

About

DEPRECATED - Mozilla plugins for heka+django+raven integration

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published