Pyramid Integration for Prometheus
Project description
A tween which exposes basic Pyramid statistics to Prometheus.
Setup
You can either include the exporter in your project’s __init__.py:
config = Configurator(.....) config.include('pyramid_prometheus')
Or you can use the pyramid.includes configuration value in your .ini file:
[app:myapp] pyramid.includes = pyramid_exclog
Settings
- prometheus.port:
port number to expose metrics on. If not set, metrics are not exposed
- prometheus.slow_request_threshold:
Number of seconds as a float. If a request takes longer than this, it is logged in the metric pyramid_slow_requests
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyramid_prometheus-0.5.tar.gz
(3.2 kB
view hashes)