I tried to look at the code and the docs but I saw no mention of django. Currently we use a fully async django with gunicorn and uvicorn workers, however the prometheus project we currently use is not only not async friendly but has some problems with db connection pools.
Do you think aioprometheus could fit the needs of async Django projects?