This package aims to provide basic prometheus integration for guillotina.
Just add a few lines to your config.yml:
{"applications": ["guillotina_prometheus"], "middlewares": ["guillotina_prometheus.middleware.middleware_factory"]}
Python >= 3.6
This example will use virtualenv:
virtualenv . ./bin/python setup.py develop
Most simple way to get running:
./bin/guillotina