trallnag / prometheus-fastapi-instrumentator

Instrument your FastAPI with Prometheus metrics.
ISC License
948 stars 84 forks source link

trio / anyio support #306

Open djudd opened 6 months ago

djudd commented 6 months ago

I'd like to use this library with a project that uses Trio rather than asyncio. Using anyio rather than using asyncio directly should be a simple way to support this. Filing this issue to surface any concerns in advance of a PR.