Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 554 Bytes

README.rst

File metadata and controls

36 lines (20 loc) · 554 Bytes

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