Metadata-Version: 1.1
Name: routemaster_prometheus
Version: 1.3.23
Summary: Prometheus metrics reporting for Routemaster.
Home-page: https://github.com/thread/routemaster
Author: Thread
Author-email: tech@thread.com
License: MIT
Description: 
        routemaster-prometheus
        ^^^^^^^^^^^^^^^^^^^^^^
        
        Usage, in your Routemaster configuration file:
        
        .. code-block:: yaml
        
           plugins:
             logging:
               - class: routemaster_prometheus.logger:PrometheusLogger
                 kwargs:
                   path: /metrics
        
        This package is based on the official Python Promeutheus bindings in
        `\ ``prometheus_client`` <https://pypi.org/project/prometheus_client/>`_. In order
        for that package to operate in a multithreaded program such as Routemaster,
        the environment variable ``prometheus_multiproc_dir`` must be set to a writeable
        directory for temporary files. It does not need to be backed up as nothing
        is persisted between application launches.
        
        This is already done for you in the ``thread/routemaster`` Docker image
        provided, but when deploying in a custom way you may wish to change this
        directory.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Office/Business
