Metadata-Version: 1.0
Name: sentry-statsd
Version: 0.0.1
Summary: A Sentry extension which send errors stats to StatsD
Home-page: http://github.com/dreadatour/sentry-statsd
Author: Vladimir Rudnyh
Author-email: dreadatour@gmail.com
License: WTFPL
Description: sentry-statsd
        =============
        
        An extension for Sentry to send errors metrics to StatsD.
        
        Install
        -------
        
        Install the package with ``pip``::
        
            pip install sentry-statsd
        
        
        Configuration
        -------------
        
        Go to your project's configuration page (Projects -> [Project]) and select the
        "StatsD" tab. Enter the StatsS host, port and prefix for metrics:
        
        .. image:: https://github.com/dreadatour/sentry-statsd/raw/master/docs/images/options.png
        
Keywords: sentry statsd
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
