2

I am working on a FastAPI web application and using Uvicorn ASGI server. Now, want to configure server stats in Uvicorn but have not found a reference regarding.

Ex - As like uWSGI Stats Server provides stats - uwsgi --socket :3031 --stats :1717 --module welcome

So, my question is Does Uvicorn supports the stats server mechanism? or, Is there any other way to achieve this?

Suyog Shimpi
  • 706
  • 1
  • 8
  • 16

1 Answers1

1

No, there is an open issue on uvicorn for this. Check this comment for details https://github.com/encode/uvicorn/issues/610#issuecomment-611987371

c4talyst
  • 56
  • 2