Metadata-Version: 2.1
Name: cubicweb-prometheus
Version: 0.1.2
Summary: Exporting prometheus metrics
Home-page: http://www.cubicweb.org/project/cubicweb-prometheus
Author: LOGILAB S.A. (Paris, FRANCE)
Author-email: contact@logilab.fr
License: LGPL
Description: Summary
        -------
        
        Exporting prometheus metrics.
        
        This cube provides a pyramid tween that will, when active, collect the metrics
        configured in the settings pyramid.ini and expose them on route `/metrics`.
        
        Configuration
        -------------
        
        Include the metrics you want in pyramid.ini:
        
        ```
        prometheus.pyramid.http_requests = True
        prometheus.pyramid.current_requests = True
        prometheus.pyramid.slow_routes = True
        prometheus.pyramid.time_routes = True
        prometheus.pyramid.count_routes = True
        
        prometheus.cubicweb.sql.time = Histogram
        prometheus.cubicweb.rql.time = Histogram
        ...
        ```
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: JavaScript
Description-Content-Type: text/markdown
