Metadata-Version: 1.1
Name: scrapy_prometheus
Version: 0.1
Summary: Exporting scrapy stats as prometheus metrics through pushgateway service
Home-page: https://github.com/sashgorokhov/scrapy_prometheus
Author: sashgorokhov
Author-email: sashgorokhov@gmail.com
License: MIT License
Download-URL: https://github.com/sashgorokhov/scrapy_prometheus/archive/master.zip
Description: scrapy_prometheus
        *****************
        
        .. image:: https://img.shields.io/pypi/status/scrapy_prometheus.svg
            :target: https://github.com/sashgorokhov/scrapy_prometheus
        
        .. image:: https://travis-ci.org/sashgorokhov/scrapy_prometheus.svg?branch=master
            :target: https://travis-ci.org/sashgorokhov/scrapy_prometheus
        
        .. image:: https://img.shields.io/github/license/sashgorokhov/scrapy_prometheus.svg
            :target: https://raw.githubusercontent.com/sashgorokhov/scrapy_prometheus/master/LICENSE
        
        Exporting scrapy stats as prometheus metrics through pushgateway service.
        
        
        Installation
        ============
        
        Via pip:
        
        .. code-block:: console
        
            pip install scrapy_prometheus
Keywords: scrapy,prometheus,pushgateway,monitoring
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Environment :: Plugins
Classifier: Framework :: Scrapy
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Monitoring
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
