Skip to content

Mozilla-GitHub-Standards/b4001422dc5791f8eeec4d84d4b300ec5592962fc0903696a71ce6bf8f8722ff

 
 

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

Mozilla plugins for heka+django+raven integration

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%