Metadata-Version: 1.1
Name: uwsgi_exporter
Version: 0.1.3
Summary: Prometheus uwsgi stats exporter
Home-page: https://bitbucket.org/semanticapps/uwsgi_exporter/
Author: Shevchenko Vitaliy
Author-email: vetal4444@gmail.com
License: UNKNOWN
Description: # UWSGI_EXPORTER
        Prometheus uwsgi stats exporter allows you to export metrics from uwsgi [stats server](http://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html) to [Prometheus](https://prometheus.io/).
        
        ## Configuration
        You must configure uwsgi stats server to return stats using HTTP.
        
        ## Usage
        `uwsgi_exporter.py --stats_addr <uwsgi_stats_server_addr> --bind_address <uwsgi_exporter_listen_addr> --bind_port <uwsgi_exporter_listen_port>`
        
        `stats_addr` can be unix or tcp socket. `bind_address` and `bind_port` has default values (`127.1` and `1717` respectively) and not required. 
        
        ## Example
        `uwsgi_exporter.py --stats_addr /path/to/uwsgi_stats.sock --bind_address 127.1 --bind_port 1717`
        
Keywords: uwsgi export stats prometheus
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
