Metadata-Version: 1.0
Name: guillotina_prometheus
Version: 1.0.6
Summary: prometheus integration into guillotina
Home-page: https://github.com/onna/guillotina_prometheus
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: UNKNOWN
Description: Guillotina Prometheus Docs
        ==========================
        
        This package aims to provide basic prometheus integration for guillotina.
        
        Configuration
        -------------
        
        Just add a few lines to your config.yml::
        
          {"applications": ["guillotina_prometheus"],
           "middlewares": ["guillotina_prometheus.middleware.middleware_factory"]}
        
           
        
        Dependencies
        ------------
        
        Python >= 3.6
        
        
        Installation
        ------------
        
        This example will use virtualenv::
        
          virtualenv .
          ./bin/python setup.py develop
        
        
        Running
        -------
        
        Most simple way to get running::
        
          ./bin/guillotina
        
        
        1.0.6 (2017-11-14)
        ------------------
        
        - Provide timing per endpoint instead of aggregating all endpoints into one metric
          [vangheem]
        
        
        1.0.5 (2017-08-09)
        ------------------
        
        - Prefix stat keys so it won't conflict with other stats
          [vangheem]
        
        
        1.0.4 (2017-08-09)
        ------------------
        
        - Change publishing endpoint to /metrics -- more standard
          [vangheem]
        
        
        1.0.3 (2017-08-08)
        ------------------
        
        - Do not record user id
          [vangheem]
        
        
        1.0.2 (2017-08-08)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0.1 (2017-08-08)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0.0 (2017-08-08)
        ------------------
        
        - Initial release
          [vangheem]
        
Platform: UNKNOWN
