I would like to start my quart application with several workers, but this is not so easy in connection with aioprometheus, because each worker has its own state.
In the official prometheus client library this can be solved like this: https://github.com/prometheus/client_python#multiprocess-mode-eg-gunicorn
How can I solve this?