Does Uvicorn support Stats Server Mechanism?

Viewed 63

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?

1 Answers
Related