Metadata-Version: 1.1
Name: sentry-riemann
Version: 0.0.4
Summary: A Sentry extension which send errors stats to Riemann
Home-page: http://github.com/timbuchwaldt/sentry-riemann
Author: Tim Buchwaldt
Author-email: tim@buchwaldt.ws
License: MIT
Description: sentry-rienann
        =============
        
        An extension for Sentry to send errors metrics to riemann.
        
        Install
        -------
        
        Install the package with ``pip``::
        
            pip install sentry-riemann
        
        
        Configuration
        -------------
        
        Go to your project's configuration page (Projects -> [Project]) and select the
        "Riemann" tab. Enter the Riemann host, port and prefix for metrics:
        
        
        After installing and configuring, make sure to restart sentry-worker for the
        changes to take into effect.
        
        
        This plugin is heavily based on https://github.com/dreadatour/sentry-statsd
        
Keywords: sentry riemann
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Software Development
