aio-libs/aiomonitor

Monitoring of multiple events in one interface

frelion opened this issue · 1 comments

Is your feature request related to a problem?

No response

Describe the solution you'd like

In my program, I use asyncio in multiprocessing. I don't want to create a separate interface for each process. Can I monitor them all in a single interface?

Describe alternatives you've considered

Maybe the web server can be separate from the aiomonitor class, and the web server starts separately. The aiomonitor instance just sends messages to it.

Additional context

No response

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct

Yes, I agree with your request. Let me think a little bit more, but I cannot guarantee when it is going to be implemented.